summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_log.test
diff options
context:
space:
mode:
authormsvensson@pilot.blaudden <>2007-03-01 15:25:42 +0100
committermsvensson@pilot.blaudden <>2007-03-01 15:25:42 +0100
commit4367b151c2e8ef95d2ee28b897b8454aab563161 (patch)
treeecc997f58370bff3b17c96c4dd129d2892f19891 /mysql-test/extra/rpl_tests/rpl_log.test
parent51a71fb667e24fd3acdf950a6ac8fab7d1af8226 (diff)
downloadmariadb-git-4367b151c2e8ef95d2ee28b897b8454aab563161.tar.gz
Switch back to master before cleanup of the created tables
That causes test case for bug#6880 to be run on the master instead of the slave and thus the result files need to be updated
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_log.test')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_log.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_log.test b/mysql-test/extra/rpl_tests/rpl_log.test
index cc3a9b4ffb5..9f6f4bf7e57 100644
--- a/mysql-test/extra/rpl_tests/rpl_log.test
+++ b/mysql-test/extra/rpl_tests/rpl_log.test
@@ -125,6 +125,8 @@ show slave status;
--error 1220
show binlog events in 'slave-bin.000005' from 4;
+connection master;
+
# The table drops caused Cluster Replication wrapper to fail as event ID would never be the same.# Moving drops here.
DROP TABLE t1;
@@ -149,3 +151,5 @@ drop table t1;
# End of 4.1 tests
+sync_with_master;
+