From a3028ec49aeecf341927129c2f681b3cf9eb489e Mon Sep 17 00:00:00 2001 From: Sven Sandberg Date: Fri, 19 Nov 2010 14:54:29 +0100 Subject: [PATCH] Made tests clean up after themselves. --- mysql-test/extra/rpl_tests/rpl_insert_id_pk.test | 1 + mysql-test/suite/rpl/t/rpl_sync.test | 1 + 2 files changed, 2 insertions(+) diff --git a/mysql-test/extra/rpl_tests/rpl_insert_id_pk.test b/mysql-test/extra/rpl_tests/rpl_insert_id_pk.test index 844f93d0906..4a20fc48ac4 100644 --- a/mysql-test/extra/rpl_tests/rpl_insert_id_pk.test +++ b/mysql-test/extra/rpl_tests/rpl_insert_id_pk.test @@ -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 diff --git a/mysql-test/suite/rpl/t/rpl_sync.test b/mysql-test/suite/rpl/t/rpl_sync.test index 4ec02325572..3b0cbbabe25 100644 --- a/mysql-test/suite/rpl/t/rpl_sync.test +++ b/mysql-test/suite/rpl/t/rpl_sync.test @@ -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