mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix test suite
This commit is contained in:
@ -60,9 +60,7 @@ SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
|
||||
KILL @id;
|
||||
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
|
||||
Got one of the listed errors
|
||||
SELECT 1;
|
||||
1
|
||||
1
|
||||
Got one of the listed errors
|
||||
SET DEBUG_SYNC = 'RESET';
|
||||
DROP TABLE t1, t2;
|
||||
SET DEBUG_SYNC= 'before_acos_function SIGNAL in_sync WAIT_FOR kill';
|
||||
|
@ -65,7 +65,7 @@ KILL CONNECTION @id;
|
||||
connection con1;
|
||||
--echo # Try to reap FLUSH TABLES WITH READ LOCK,
|
||||
--echo # it fail due to killed statement and connection.
|
||||
--error 1317,2013
|
||||
--error 1317,2013,1927
|
||||
reap;
|
||||
|
||||
--echo # Switching to 'con2'.
|
||||
|
@ -142,9 +142,12 @@ KILL @id;
|
||||
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
|
||||
|
||||
connection con1;
|
||||
--error 1317,1053,2006,2013
|
||||
--error 1317,1053,2006,2013,1927
|
||||
reap;
|
||||
--disable_query_log
|
||||
--error 2013,0
|
||||
SELECT 1;
|
||||
--enable_query_log
|
||||
|
||||
connection default;
|
||||
SET DEBUG_SYNC = 'RESET';
|
||||
|
Reference in New Issue
Block a user