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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
