summaryrefslogtreecommitdiff
path: root/mysql-test/t/xa.test
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2018-03-12 23:43:42 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2018-03-12 23:43:42 +0400
commit9d95b8665a3d87ab857e77e220effc64454eb881 (patch)
tree82da0927d27fb53033ad7a4413b9484a929bc184 /mysql-test/t/xa.test
parent68482a22155f1b741d0c19cff87292688ce17fc4 (diff)
downloadmariadb-git-9d95b8665a3d87ab857e77e220effc64454eb881.tar.gz
MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failed
in trans_xa_start. test fixed.
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 85a792822dd..58ad1caaeef 100644
--- a/mysql-test/t/xa.test
+++ b/mysql-test/t/xa.test
@@ -414,7 +414,7 @@ INSERT INTO t1 SELECT * FROM t2;
REPLACE INTO t2 SELECT * FROM t2;
--connection con1
---error ER_LOCK_DEADLOCK
+--error 0, ER_LOCK_DEADLOCK, ER_LOCK_WAIT_TIMEOUT
--reap
--disconnect con1