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:
@@ -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)
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user