1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-36116: correction for error codes

This commit is contained in:
Julius Goryavsky
2025-04-07 17:28:32 +02:00
parent 77391482bd
commit 08f902e9ce
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ connection con1;
SET DEBUG_SYNC = 'now WAIT_FOR may_kill'; SET DEBUG_SYNC = 'now WAIT_FOR may_kill';
SET DEBUG_SYNC = 'now SIGNAL continue'; SET DEBUG_SYNC = 'now SIGNAL continue';
connection node_1; connection node_1;
ERROR HY000: Lost connection to MySQL server during query Got one of the listed errors
connection node_2; connection node_2;
SHOW TABLES LIKE 't1'; SHOW TABLES LIKE 't1';
Tables_in_test (t1) Tables_in_test (t1)

View File

@@ -27,7 +27,7 @@ SET DEBUG_SYNC = 'now WAIT_FOR may_kill';
SET DEBUG_SYNC = 'now SIGNAL continue'; SET DEBUG_SYNC = 'now SIGNAL continue';
--connection node_1 --connection node_1
--error 2013 --error 2013,2026
--reap --reap
# Verify no tables created on either nodes. # Verify no tables created on either nodes.