1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +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

@@ -671,8 +671,10 @@ SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=10;
include/start_slave.inc
include/stop_slave.inc
SET debug_sync = "RESET";
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
include/start_slave.inc
SET debug_sync = "RESET";
DROP function foo;
DROP TABLE t1,t2,t3;
include/rpl_end.inc