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


   ALTER RESOURCE GROUP Statement In mysql
   need to be supported in shardingsphere-sql-parser.
   ```
   ALTER RESOURCE GROUP group_name
       [VCPU [=] vcpu_spec [, vcpu_spec] ...]
       [THREAD_PRIORITY [=] N]
       [ENABLE|DISABLE [FORCE]]
   
   vcpu_spec: {N | M - N}
   ```
   document:https://dev.mysql.com/doc/refman/8.0/en/alter-resource-group.html
   
   


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