summaryrefslogtreecommitdiff
path: root/mysql-test/t/xa.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/xa.test')
-rw-r--r--mysql-test/t/xa.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/xa.test b/mysql-test/t/xa.test
index d5def009172..4871aea30e9 100644
--- a/mysql-test/t/xa.test
+++ b/mysql-test/t/xa.test
@@ -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