From 0383950489622bfc4a0dcef7073531e7686c23c1 Mon Sep 17 00:00:00 2001 From: Hangjie Mo Date: Thu, 4 Jan 2024 14:07:28 +0800 Subject: [PATCH] update --- pkg/parser/parser.go | 12 ++++++------ pkg/parser/parser.y | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg/parser/parser.go b/pkg/parser/parser.go index 8ff19ff77f382..213864f5c668f 100644 --- a/pkg/parser/parser.go +++ b/pkg/parser/parser.go @@ -861,8 +861,8 @@ const ( unicodeSym = 57950 union = 57569 unique = 57570 - universal = 57953 - unknown = 57951 + universal = 57951 + unknown = 57952 unlimited = 58074 unlock = 57571 unsigned = 57572 @@ -871,7 +871,7 @@ const ( update = 57574 usage = 57575 use = 57576 - user = 57952 + user = 57953 using = 57577 utcDate = 57578 utcTime = 57579 @@ -1138,7 +1138,7 @@ var ( 57822: 215, // policy (1581x) 58029: 216, // predicate (1581x) 57927: 217, // temporary (1581x) - 57952: 218, // user (1581x) + 57953: 218, // user (1581x) 57680: 219, // digest (1580x) 58127: 220, // jobs (1580x) 57758: 221, // location (1580x) @@ -1146,7 +1146,7 @@ var ( 57824: 223, // prepare (1580x) 57847: 224, // replica (1580x) 58142: 225, // stats (1580x) - 57951: 226, // unknown (1580x) + 57952: 226, // unknown (1580x) 57959: 227, // wait (1580x) 57628: 228, // btree (1579x) 57980: 229, // cooldown (1579x) @@ -1167,7 +1167,7 @@ var ( 57876: 244, // sequence (1579x) 57879: 245, // session (1579x) 57890: 246, // slow (1579x) - 57953: 247, // universal (1579x) + 57951: 247, // universal (1579x) 57954: 248, // validation (1579x) 57956: 249, // variables (1579x) 57607: 250, // attributes (1578x) diff --git a/pkg/parser/parser.y b/pkg/parser/parser.y index a689bf7cbccbc..fa0310a559a54 100644 --- a/pkg/parser/parser.y +++ b/pkg/parser/parser.y @@ -667,9 +667,9 @@ import ( uncommitted "UNCOMMITTED" undefined "UNDEFINED" unicodeSym "UNICODE" + universal "UNIVERSAL" unknown "UNKNOWN" user "USER" - universal "UNIVERSAL" validation "VALIDATION" value "VALUE" variables "VARIABLES"