-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] radon xa transaction admin command #602
Comments
ACK |
andyli029
added a commit
to andyli029/radon
that referenced
this issue
Jun 9, 2020
[summary] NOTICE: First find the core cause to the prepared XA, before doing the cmd about radon xa rollback/commit add radon xa admin command: radon xa recover: get the info about prepared XA radon xa rollback: rollback all the xa transaction radon xa commit: commit all the xa transaction [test case] src/proxy/admin_xa_test.go [patch codecov] src/proxy/admin_xa.go 100%
andyli029
added a commit
to andyli029/radon
that referenced
this issue
Jun 10, 2020
[summary] NOTICE: First find the core cause to the prepared XA, before doing the cmd about radon xa rollback/commit add radon xa admin command: radon xa recover: get the info about prepared XA radon xa rollback: rollback all the xa transaction radon xa commit: commit all the xa transaction [test case] src/proxy/admin_xa_test.go src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/radon_test.go [patch codecov] src/proxy/admin_xa.go 100% src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
andyli029
added a commit
to andyli029/radon
that referenced
this issue
Jun 10, 2020
[summary] NOTICE: First find the core cause to the prepared XA, before doing the cmd about radon xa rollback/commit add radon xa admin command: radon xa recover: get the info about prepared XA radon xa rollback: rollback all the xa transaction radon xa commit: commit all the xa transaction [test case] src/proxy/admin_xa_test.go src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/radon_test.go [patch codecov] src/proxy/admin_xa.go 100% src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
andyli029
added a commit
to andyli029/radon
that referenced
this issue
Jun 10, 2020
[summary] NOTICE: Firstly find the core cause to the prepared XA, before doing the cmd about radon xa rollback/commit add radon xa admin command: radon xa recover: get the info about prepared XA radon xa rollback: rollback all the xa transaction radon xa commit: commit all the xa transaction [test case] src/proxy/admin_xa_test.go src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/radon_test.go [patch codecov] src/proxy/admin_xa.go 100% src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
andyli029
added a commit
to andyli029/radon
that referenced
this issue
Jun 11, 2020
[summary] NOTICE: Firstly find the core cause to the prepared XA, before doing the cmd about radon xa rollback/commit add radon xa admin command: radon xa recover: get the info about prepared XA radon xa rollback: rollback all the xa transaction radon xa commit: commit all the xa transaction [test case] src/proxy/admin_xa_test.go src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/radon_test.go [patch codecov] src/proxy/admin_xa.go 100% src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add xa admin commands:
radon xa rollback;
rollback all the xa transaction
radon xa commit;
commit all the xa transaction
The text was updated successfully, but these errors were encountered: