We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b04561 commit f81e061Copy full SHA for f81e061
grammar-tools/MySQLParser.g4
@@ -1717,7 +1717,7 @@ xid:
1717
/*
1718
* @CHANGED:
1719
* Fixed "replicationStatement" to correctly support the "RESET PERSIST" statement.
1720
- * The "ifExists" clause wasn't optional, and "identifier" was used instead of "qualifiedIdentifier".
+ * The "ifExists" clause wasn't optional, and "identifier" was used instead of "internalVariableName".
1721
*/
1722
replicationStatement:
1723
PURGE_SYMBOL (BINARY_SYMBOL | MASTER_SYMBOL) LOGS_SYMBOL (
0 commit comments