Skip to content

Commit 1ebab42

Browse files
SebruckKvanTTT
andauthored
Update sql/mysql/Positive-Technologies/MySqlParser.g4
Co-authored-by: Ivan Kochurkin <[email protected]>
1 parent 30b7992 commit 1ebab42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/mysql/Positive-Technologies/MySqlParser.g4

+1-2
Original file line numberDiff line numberDiff line change
@@ -1848,8 +1848,7 @@ flushOption
18481848
| USER_RESOURCES | TABLES (WITH READ LOCK)?
18491849
) #simpleFlushOption
18501850
| RELAY LOGS channelOption? #channelFlushOption
1851-
| TABLES tables? flushTableOption? #tableFlushOption
1852-
| TABLE tables? flushTableOption? #tableFlushOption
1851+
| (TABLE | TABLES) tables? flushTableOption? #tableFlushOption
18531852
;
18541853

18551854
flushTableOption

0 commit comments

Comments
 (0)