Skip to content

Commit f81e061

Browse files
committed
Fix comment
1 parent 9b04561 commit f81e061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar-tools/MySQLParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ xid:
17171717
/*
17181718
* @CHANGED:
17191719
* Fixed "replicationStatement" to correctly support the "RESET PERSIST" statement.
1720-
* The "ifExists" clause wasn't optional, and "identifier" was used instead of "qualifiedIdentifier".
1720+
* The "ifExists" clause wasn't optional, and "identifier" was used instead of "internalVariableName".
17211721
*/
17221722
replicationStatement:
17231723
PURGE_SYMBOL (BINARY_SYMBOL | MASTER_SYMBOL) LOGS_SYMBOL (

0 commit comments

Comments
 (0)