790791792793794795796797798799800
return new CobarShowStatus(); } if (identifierEquals("AUTHORS")) { lexer.nextToken(); return new MySqlShowAuthorsStatement(); } if (lexer.token() == Token.BINARY) { lexer.nextToken(); acceptIdentifier("LOGS");
837838839840841842843844845846847