summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_multi_update3.test
diff options
context:
space:
mode:
authormsvensson@shellback.(none) <>2006-05-31 23:34:28 +0200
committermsvensson@shellback.(none) <>2006-05-31 23:34:28 +0200
commit3970e560a668cfc2723b244ebc9fb58ad4d53232 (patch)
tree5288d993033a3885a1089d57b01229cb90e50283 /mysql-test/extra/rpl_tests/rpl_multi_update3.test
parent83a9cf50657555f47e217be4dba42f01e2edd88e (diff)
downloadmariadb-git-3970e560a668cfc2723b244ebc9fb58ad4d53232.tar.gz
Cleanup testcases
- Add missing drop(s) - Reset changed variables NOTE! These kind of problems are easily found with --check-testcases options to mysql-test-run.pl
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_multi_update3.test')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_multi_update3.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_multi_update3.test b/mysql-test/extra/rpl_tests/rpl_multi_update3.test
index 90cc81cfd58..98fb085f0a8 100644
--- a/mysql-test/extra/rpl_tests/rpl_multi_update3.test
+++ b/mysql-test/extra/rpl_tests/rpl_multi_update3.test
@@ -217,4 +217,6 @@ select "-- SLAVE AFTER JOIN --" as "";
select * from t1;
select * from t2;
+connection master;
+DROP TABLE t1, t2;
# End of 4.1 tests