Commit ffd583bb authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #858 from codership/10.3-MDEV-16052

MDEV-16052 galera mtr galera_certification_double_failure fails with deadlock
parents 4d93fea4 17a208b5
...@@ -11,6 +11,6 @@ connection node_3; ...@@ -11,6 +11,6 @@ connection node_3;
INSERT INTO t2 VALUES (1); INSERT INTO t2 VALUES (1);
connection node_1; connection node_1;
COMMIT; COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction ERROR 40001: Deadlock: wsrep aborted transaction
DROP TABLE t1; DROP TABLE t1;
DROP TABLE t2; DROP TABLE t2;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment