MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failed

in trans_xa_start.

        test fixed.
This commit is contained in:
Alexey Botchkov 2018-03-12 23:43:42 +04:00
parent 68482a2215
commit 9d95b8665a
2 changed files with 1 additions and 2 deletions

View File

@ -282,7 +282,6 @@ INSERT INTO t1 SELECT * FROM t2;
connection default;
REPLACE INTO t2 SELECT * FROM t2;
connection con1;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
disconnect con1;
connect con2,localhost,root,,test;
INSERT INTO t3 VALUES (1);

View File

@ -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