yx9o commented on a change in pull request #14319:
URL: https://github.com/apache/shardingsphere/pull/14319#discussion_r775125122



##########
File path: 
shardingsphere-distsql/shardingsphere-distsql-parser/src/main/antlr4/imports/RQLStatement.g4
##########
@@ -34,6 +34,10 @@ showAuthorityRule
     : SHOW AUTHORITY RULE
     ;
     
+showTransactionRule
+    : SHOW TRANSACTION RULE (FROM schemaName)?

Review comment:
       > `TRANSACTION RULE` is a global rule, dose not need `from schema`
   
   OK, I will adjust.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to