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

@@ -673,6 +673,8 @@ include/start_slave.inc
include/stop_slave.inc
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
include/start_slave.inc
SET DEBUG_SYNC= 'RESET';
DROP function foo;
DROP TABLE t1,t2,t3;
SET DEBUG_SYNC= 'RESET';
include/rpl_end.inc