1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix of rpl_parallel.test cleanup.

This commit is contained in:
unknown
2014-02-05 20:53:54 +02:00
parent 52311b72e6
commit 2ab48b44da
2 changed files with 4 additions and 0 deletions

View File

@ -1022,9 +1022,11 @@ SET GLOBAL slave_parallel_threads=10;
--source include/stop_slave.inc
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
--source include/start_slave.inc
SET DEBUG_SYNC= 'RESET';
--connection server_1
DROP function foo;
DROP TABLE t1,t2,t3;
SET DEBUG_SYNC= 'RESET';
--source include/rpl_end.inc