Skip to content
Permalink
Browse files
MDEV-15217 Assertion `thd->transaction.xid_state.xid.is_null()' failed
in trans_xa_start.

        test fixed.
  • Loading branch information
Alexey Botchkov committed Mar 12, 2018
1 parent 68482a2 commit 9d95b86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
@@ -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);
@@ -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

0 comments on commit 9d95b86

Please sign in to comment.