You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "FlyingZC (via GitHub)" <gi...@apache.org> on 2023/04/14 05:14:25 UTC

[GitHub] [shardingsphere] FlyingZC opened a new issue, #25164: Add xa transaction privilege check

FlyingZC opened a new issue, #25164:
URL: https://github.com/apache/shardingsphere/issues/25164

   ## Feature Request
   
   Add xa transaction privilege check.
   
   ### Is your feature request related to a problem?
   In mysql8, if you do not configure the `XA_RECOVER_ADMIN` permission, then the xa transaction manager will report an error when executing the `xa recover` command, which will affect the use of the xa transaction function.
   
   ### Describe the feature you would like.
   Provide permission verification interface. 
   For mysql8, if there is xa transaction manager in spi, the corresponding permission is verified during the startup phase. Other databases do not require validation by default.
   


-- 
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.apache.org

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


[GitHub] [shardingsphere] FlyingZC closed issue #25164: Add xa transaction privilege check

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC closed issue #25164: Add xa transaction privilege check
URL: https://github.com/apache/shardingsphere/issues/25164


-- 
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] FlyingZC commented on issue #25164: Add xa transaction privilege check

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC commented on issue #25164:
URL: https://github.com/apache/shardingsphere/issues/25164#issuecomment-1507934973

   Fixed by #25147 


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