Created
November 4, 2008 23:05
-
-
Save adelcambre/22249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> XA START "asdf"; | |
| Query OK, 0 rows affected (0.00 sec) | |
| mysql> create table asdf2 (id integer); | |
| ERROR 1399 (XAE07): XAER_RMFAIL: The command cannot be executed when global transaction is in the ACTIVE state |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment