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 committed Aug 31, 2018
1 parent 186a998 commit 17a208b
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 17a208b

Please sign in to comment.