From 08f902e9ce525e0512c5d6d43b6548200c6fc673 Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Mon, 7 Apr 2025 17:28:32 +0200 Subject: [PATCH] MDEV-36116: correction for error codes --- mysql-test/suite/galera/r/MDEV-36116.result | 2 +- mysql-test/suite/galera/t/MDEV-36116.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/suite/galera/r/MDEV-36116.result b/mysql-test/suite/galera/r/MDEV-36116.result index 11899b9c09b..fe992d118f0 100644 --- a/mysql-test/suite/galera/r/MDEV-36116.result +++ b/mysql-test/suite/galera/r/MDEV-36116.result @@ -9,7 +9,7 @@ connection con1; SET DEBUG_SYNC = 'now WAIT_FOR may_kill'; SET DEBUG_SYNC = 'now SIGNAL continue'; connection node_1; -ERROR HY000: Lost connection to MySQL server during query +Got one of the listed errors connection node_2; SHOW TABLES LIKE 't1'; Tables_in_test (t1) diff --git a/mysql-test/suite/galera/t/MDEV-36116.test b/mysql-test/suite/galera/t/MDEV-36116.test index eb166e69066..c216e00652f 100644 --- a/mysql-test/suite/galera/t/MDEV-36116.test +++ b/mysql-test/suite/galera/t/MDEV-36116.test @@ -27,7 +27,7 @@ SET DEBUG_SYNC = 'now WAIT_FOR may_kill'; SET DEBUG_SYNC = 'now SIGNAL continue'; --connection node_1 ---error 2013 +--error 2013,2026 --reap # Verify no tables created on either nodes.