1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave

For this particular bug report it was rpl_loadfile.test that did not make proper cleanup, but the patch
includes fixes for other tests aswell.
This commit is contained in:
lars@mysql.com
2006-02-13 19:03:12 +01:00
parent 004f399057
commit 11dde18f88
28 changed files with 104 additions and 60 deletions

View File

@ -144,3 +144,4 @@ select * from t1 order by nid;
# cleanup
--connection master
DROP TABLE t1;
sync_slave_with_master;