Swastyy commented on a change in pull request #13605:
URL: https://github.com/apache/shardingsphere/pull/13605#discussion_r749007774
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/DALStatement.g4
##########
@@ -234,8 +234,8 @@ showStatus
: SHOW (GLOBAL | SESSION)? STATUS showFilter?
;
-showTrriggers
- : SHOW TRIGGER fromSchema? showFilter?
+showTriggers
+ : SHOW TRIGGERS fromSchema? showFilter?
Review comment:
Is there any example PR which can be a reference for it?
--
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]