You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/16 01:09:33 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue #12464: support Administration Statements sql parse CHECK TABLE

tuichenchuxin opened a new issue #12464:
URL: https://github.com/apache/shardingsphere/issues/12464


   Hi community,
   
   This issue is for #10887.
   
   ## Aim
   support parse mysql administration statements sql `CHECK TABLE `
   
   ## Basic Qualifications
   - java
   - maven
   - antlr4
   
   ## Detail
   CHECK TABLE  Statement In mysql
   need to be supported in shardingsphere-sql-parser.
   ```
   CHECK TABLE tbl_name [, tbl_name] ... [option] ...
   
   option: {
       FOR UPGRADE
     | QUICK
     | FAST
     | MEDIUM
     | EXTENDED
     | CHANGED
   }
   ```
   https://dev.mysql.com/doc/refman/8.0/en/check-table.html
   
   ## Example FYI
   - DCLStatement.g4


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tuichenchuxin commented on issue #12464: support Administration Statements sql parse CHECK TABLE

Posted by GitBox <gi...@apache.org>.
tuichenchuxin commented on issue #12464:
URL: https://github.com/apache/shardingsphere/issues/12464#issuecomment-945251172


   @Liangda-w OK, Thank you!


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu closed issue #12464: support Administration Statements sql parse CHECK TABLE

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #12464:
URL: https://github.com/apache/shardingsphere/issues/12464


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] Liangda-w commented on issue #12464: support Administration Statements sql parse CHECK TABLE

Posted by GitBox <gi...@apache.org>.
Liangda-w commented on issue #12464:
URL: https://github.com/apache/shardingsphere/issues/12464#issuecomment-944942877


   Hi, I'd like to try this one:)


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org