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/15 11:12:15 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue #12454: support Administration Statements sql parse `CREATE RESOURCE GROUP`

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


   Hi community,
   
   This issue is for #10887.
   
   ## Aim
   support parse mysql administration statements sql `CREATE RESOURCE GROUP`
   
   ## Basic Qualifications
   - java
   - maven
   - antlr4
   
   ## Detail
   CREATE RESOURCE GROUP Statement In mysql
   need to be supported in shardingsphere-sql-parser.
   ```
   CREATE RESOURCE GROUP group_name
       TYPE = {SYSTEM|USER}
       [VCPU [=] vcpu_spec [, vcpu_spec] ...]
       [THREAD_PRIORITY [=] N]
       [ENABLE|DISABLE]
   
   vcpu_spec: {N | M - N}
   ```
   document:https://dev.mysql.com/doc/refman/8.0/en/create-resource-group.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] strongduanmu closed issue #12454: support Administration Statements sql parse `CREATE RESOURCE GROUP`

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


   


-- 
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] LeeGuoPing commented on issue #12454: support Administration Statements sql parse `CREATE RESOURCE GROUP`

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


   please assign it to me 


-- 
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