You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/06/15 11:50:36 UTC

[shardingsphere] branch master updated: Rename ResourceStatement.g4 (#10819)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new d848b2e  Rename ResourceStatement.g4 (#10819)
d848b2e is described below

commit d848b2e37bcdc638842319a33f668fcfef0857dd
Author: Liang Zhang <te...@163.com>
AuthorDate: Tue Jun 15 19:49:35 2021 +0800

    Rename ResourceStatement.g4 (#10819)
---
 .../src/main/antlr4/imports/Keyword.g4             | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/Keyword.g4 b/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/Keyword.g4
index 95296f9..2cecca7 100644
--- a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/Keyword.g4
+++ b/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/Keyword.g4
@@ -27,14 +27,6 @@ ADD
     : A D D
     ;
 
-CREATE
-    : C R E A T E
-    ;
-
-ALTER
-    : A L T E R
-    ;
-
 DROP
     : D R O P
     ;
@@ -67,22 +59,10 @@ RESOURCES
     : R E S O U R C E S
     ;
 
-RULE
-    :  R U L E
-    ;
-
 FROM
     : F R O M
     ;
 
-ENCRYPT
-    : E N C R Y P T
-    ;
-
-SHADOW
-    : S H A D O W
-    ;
-
 SCALING
     : S C A L I N G
     ;
@@ -119,38 +99,6 @@ PASSWORD
     : P A S S W O R D
     ;
 
-TABLE
-    : T A B L E
-    ;
-
-TYPE
-    : T Y P E
-    ;
-    
 NAME
     : N A M E
     ;
-
-PROPERTIES
-    : P R O P E R T I E S
-    ;
-
-COLUMN
-    : C O L U M N
-    ;
-
-RULES
-    : R U L E S
-    ;
-
-COLUMNS
-    : C O L U M N S
-    ;
-
-CIPHER
-    : C I P H E R
-    ;
-
-PLAIN
-    : P L A I N
-    ;