Skip to content

Commit

Permalink
fix: add missing MySQL 8.4 keywords (#17538)
Browse files Browse the repository at this point in the history
Signed-off-by: Leopold Jacquot <[email protected]>
Signed-off-by: Dirkjan Bussink <[email protected]>
Co-authored-by: Leopold Jacquot <[email protected]>
  • Loading branch information
dbussink and L3o-pold authored Jan 16, 2025
1 parent 5468f5d commit b103492
Show file tree
Hide file tree
Showing 5 changed files with 8,346 additions and 8,196 deletions.
4 changes: 4 additions & 0 deletions go/vt/sqlparser/keywords.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ var keywords = []keyword{
{"min", MIN},
{"manifest", MANIFEST},
{"master_bind", UNUSED},
{"manual", MANUAL},
{"match", MATCH},
{"max", MAX},
{"max_rows", MAX_ROWS},
Expand Down Expand Up @@ -489,6 +490,7 @@ var keywords = []keyword{
{"outer", OUTER},
{"outfile", OUTFILE},
{"over", OVER},
{"parallel", PARALLEL},
{"overwrite", OVERWRITE},
{"pack_keys", PACK_KEYS},
{"parser", PARSER},
Expand All @@ -515,6 +517,7 @@ var keywords = []keyword{
{"procedure", PROCEDURE},
{"ps_current_thread_id", PS_CURRENT_THREAD_ID},
{"ps_thread_id", PS_THREAD_ID},
{"qualify", QUALIFY},
{"queries", QUERIES},
{"query", QUERY},
{"range", RANGE},
Expand Down Expand Up @@ -696,6 +699,7 @@ var keywords = []keyword{
{"system", UNUSED},
{"table", TABLE},
{"tables", TABLES},
{"tablesample", TABLESAMPLE},
{"tablespace", TABLESPACE},
{"temporary", TEMPORARY},
{"temptable", TEMPTABLE},
Expand Down
Loading

0 comments on commit b103492

Please sign in to comment.