summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_misc_functions.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl_misc_functions.result')
-rw-r--r--mysql-test/r/rpl_misc_functions.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_misc_functions.result b/mysql-test/r/rpl_misc_functions.result
index a687063706d..864b9660bf7 100644
--- a/mysql-test/r/rpl_misc_functions.result
+++ b/mysql-test/r/rpl_misc_functions.result
@@ -19,3 +19,5 @@ load data local infile './var/master-data/test/rpl_misc_functions.outfile' into
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);
id i r1 r2 p id i r1 r2 p
stop slave;
+drop table t1;
+drop table t1;