Skip to content

Commit 4d9ec7c

Browse files
mkaruzaJan Lindström
authored andcommitted
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.
1 parent e76c4c0 commit 4d9ec7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/galera_3nodes/r/galera_certification_double_failure.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ connection node_3;
1111
INSERT INTO t2 VALUES (1);
1212
connection node_1;
1313
COMMIT;
14-
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
14+
ERROR 40001: Deadlock: wsrep aborted transaction
1515
DROP TABLE t1;
1616
DROP TABLE t2;

0 commit comments

Comments
 (0)