MDEV-36116: Post-merge correction for 10.6+

This commit is contained in:
Julius Goryavsky 2025-04-02 04:00:04 +02:00
parent 03c31ab099
commit 5003dac220

View File

@ -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
ERROR HY000: Lost connection to server during query
connection node_2;
SHOW TABLES LIKE 't1';
Tables_in_test (t1)