Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created November 4, 2008 23:05
Show Gist options
  • Select an option

  • Save adelcambre/22249 to your computer and use it in GitHub Desktop.

Select an option

Save adelcambre/22249 to your computer and use it in GitHub Desktop.
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