summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_misc_functions.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_misc_functions.test')
-rw-r--r--mysql-test/t/rpl_misc_functions.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_misc_functions.test b/mysql-test/t/rpl_misc_functions.test
index f20d0aa83e4..ca9c6419cb6 100644
--- a/mysql-test/t/rpl_misc_functions.test
+++ b/mysql-test/t/rpl_misc_functions.test
@@ -28,5 +28,9 @@ load data local infile './var/master-data/test/rpl_misc_functions.outfile' into
# compare them with the replica; the SELECT below should return no row
select * from t1, t2 where (t1.id=t2.id) and not(t1.i=t2.i and t1.r1=t2.r1 and t1.r2=t2.r2 and t1.p=t2.p);
stop slave;
+drop table t1;
+
+connection master;
+drop table t1;
# End of 4.1 tests