Skip to content
Permalink
Browse files
MDEV-16052 galera mtr galera_certification_double_failure fails with …
…deadlock

There was change in error reporting from my_error to my_message so new recording is required.
  • Loading branch information
mkaruza authored and Jan Lindström committed Sep 11, 2018
1 parent e76c4c0 commit 4d9ec7c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 4d9ec7c

Please sign in to comment.