summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_trigger.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-02-01 11:18:09 +0200
committerGeorgi Kodinov <joro@sun.com>2009-02-01 11:18:09 +0200
commit299339d41af7f36f35de98ad4f3b2fc35e791552 (patch)
tree74c97c5c98b3ecf77b93b2c0cacb471e0ae1c9b7 /mysql-test/suite/rpl/t/rpl_trigger.test
parentc0ae6f6d86fce430ba6c64f2dd316548e416effa (diff)
downloadmariadb-git-299339d41af7f36f35de98ad4f3b2fc35e791552.tar.gz
Fixed internal test check warnings in 5.1-bugteam.
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_trigger.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_trigger.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_trigger.test b/mysql-test/suite/rpl/t/rpl_trigger.test
index 1317e6b6289..d92aab3504f 100644
--- a/mysql-test/suite/rpl/t/rpl_trigger.test
+++ b/mysql-test/suite/rpl/t/rpl_trigger.test
@@ -265,6 +265,8 @@ while ($rnd)
connection master;
eval drop table t1$rnd;
+ sync_slave_with_master;
+ connection master;
dec $rnd;
}