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