This commit is contained in:
Georgi Kodinov 2010-11-19 16:01:00 +02:00
commit f4586f488e
2 changed files with 2 additions and 0 deletions

View File

@ -85,4 +85,5 @@ INSERT INTO t1 VALUES (1),(1);
sync_slave_with_master;
connection master;
drop table t1;
sync_slave_with_master;
# End of 4.1 tests

View File

@ -151,3 +151,4 @@ source include/diff_tables.inc;
connection master;
drop table t1;
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup
--sync_slave_with_master