1
0
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:
unknown
2014-02-10 12:53:04 +01:00
parent fefdb576bb
commit f3a6f86ec3
8 changed files with 12 additions and 0 deletions

View File

@ -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;