Commit 8795907e authored by Sergey Vojtovich's avatar Sergey Vojtovich

Merge an addition to BUG51342 5.0-bugteam -> 5.1-bugteam.

parents 1e92b0fb 774cba95
...@@ -90,7 +90,7 @@ INSERT INTO t1 VALUES(1); ...@@ -90,7 +90,7 @@ INSERT INTO t1 VALUES(1);
XA END 'x'; XA END 'x';
XA COMMIT 'x' ONE PHASE; XA COMMIT 'x' ONE PHASE;
DROP TABLE t1; DROP TABLE t1;
SET SESSION autocommit=DEFAULT; SET SESSION autocommit=1;
End of 5.0 tests End of 5.0 tests
xa start 'a'; xa start 'a';
xa end 'a'; xa end 'a';
......
...@@ -136,7 +136,7 @@ INSERT INTO t1 VALUES(1); ...@@ -136,7 +136,7 @@ INSERT INTO t1 VALUES(1);
XA END 'x'; XA END 'x';
XA COMMIT 'x' ONE PHASE; XA COMMIT 'x' ONE PHASE;
DROP TABLE t1; DROP TABLE t1;
SET SESSION autocommit=DEFAULT; SET SESSION autocommit=1;
--echo End of 5.0 tests --echo End of 5.0 tests
......
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