We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b7992 commit 1ebab42Copy full SHA for 1ebab42
sql/mysql/Positive-Technologies/MySqlParser.g4
@@ -1848,8 +1848,7 @@ flushOption
1848
| USER_RESOURCES | TABLES (WITH READ LOCK)?
1849
) #simpleFlushOption
1850
| RELAY LOGS channelOption? #channelFlushOption
1851
- | TABLES tables? flushTableOption? #tableFlushOption
1852
- | TABLE tables? flushTableOption? #tableFlushOption
+ | (TABLE | TABLES) tables? flushTableOption? #tableFlushOption
1853
;
1854
1855
flushTableOption
0 commit comments