796797798799800801802803804805806
} if (lexer.token() == Token.BINARY) { lexer.nextToken(); acceptIdentifier("LOGS"); return new MySqlShowBinaryLogsStatement(); } if (identifierEquals("MASTER")) { lexer.nextToken(); if (identifierEquals("LOGS")) {
843844845846847848849850851852853