Skip to content

Commit

Permalink
Merge pull request #858 from codership/10.3-MDEV-16052
Browse files Browse the repository at this point in the history
MDEV-16052 galera mtr galera_certification_double_failure fails with deadlock
  • Loading branch information
Jan Lindström committed Sep 11, 2018
2 parents 4d93fea + 17a208b commit ffd583b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ connection node_3;
INSERT INTO t2 VALUES (1);
connection node_1;
COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
ERROR 40001: Deadlock: wsrep aborted transaction
DROP TABLE t1;
DROP TABLE t2;

0 comments on commit ffd583b

Please sign in to comment.