mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix check_testcase complaints due to missing SET debug_sync=RESET in a few tests.
This commit is contained in:
@ -1020,10 +1020,12 @@ SET GLOBAL slave_parallel_threads=10;
|
||||
|
||||
--connection server_2
|
||||
--source include/stop_slave.inc
|
||||
SET debug_sync = "RESET";
|
||||
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
|
||||
--source include/start_slave.inc
|
||||
|
||||
--connection server_1
|
||||
SET debug_sync = "RESET";
|
||||
DROP function foo;
|
||||
DROP TABLE t1,t2,t3;
|
||||
|
||||
|
Reference in New Issue
Block a user