mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
An addition to fix for
BUG#51342 - more xid crashing Restore autocommit variable by supplying explicit value. mysql-test/r/xa.result: Restore autocommit variable by supplying explicit value. mysql-test/t/xa.test: Restore autocommit variable by supplying explicit value.
This commit is contained in:
parent
992f6754ac
commit
2a667b7bcb
2 changed files with 2 additions and 2 deletions
|
@ -90,5 +90,5 @@ INSERT INTO t1 VALUES(1);
|
|||
XA END 'x';
|
||||
XA COMMIT 'x' ONE PHASE;
|
||||
DROP TABLE t1;
|
||||
SET SESSION autocommit=DEFAULT;
|
||||
SET SESSION autocommit=1;
|
||||
End of 5.0 tests
|
||||
|
|
|
@ -136,7 +136,7 @@ INSERT INTO t1 VALUES(1);
|
|||
XA END 'x';
|
||||
XA COMMIT 'x' ONE PHASE;
|
||||
DROP TABLE t1;
|
||||
SET SESSION autocommit=DEFAULT;
|
||||
SET SESSION autocommit=1;
|
||||
|
||||
--echo End of 5.0 tests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue