Commit 4d9ec7cb authored by mkaruza's avatar mkaruza Committed by Jan Lindström

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.
parent e76c4c06
......@@ -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;
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