Commit 8191226a authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-7974 XA transactions.

tokudb_maria.xa test fixed.
parent 83a19306
...@@ -65,4 +65,5 @@ a ...@@ -65,4 +65,5 @@ a
20 20
disconnect con1; disconnect con1;
connection default; connection default;
xa rollback 'testb',0x2030405060,11;
drop table t1; drop table t1;
...@@ -69,5 +69,6 @@ select * from t1; ...@@ -69,5 +69,6 @@ select * from t1;
disconnect con1; disconnect con1;
connection default; connection default;
xa rollback 'testb',0x2030405060,11;
drop table t1; drop table t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment