-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
component/parserseverity/moderatesig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
run make
in pkg/parser
then git diff
2. What did you expect to see? (Required)
nothing output
3. What did you see instead (Required)
diff --git a/pkg/parser/keywords.go b/pkg/parser/keywords.go
index 17fed04c8f..63f1d23a4e 100644
--- a/pkg/parser/keywords.go
+++ b/pkg/parser/keywords.go
@@ -611,9 +611,9 @@ var Keywords = []KeywordsType{
{"UNCOMMITTED", false, "unreserved"},
{"UNDEFINED", false, "unreserved"},
{"UNICODE", false, "unreserved"},
- {"UNIVERSAL", false, "unreserved"},
{"UNKNOWN", false, "unreserved"},
{"USER", false, "unreserved"},
+ {"UNIVERSAL", false, "unreserved"},
{"VALIDATION", false, "unreserved"},
{"VALUE", false, "unreserved"},
{"VARIABLES", false, "unreserved"},
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/parserseverity/moderatesig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.