summaryrefslogtreecommitdiff
path: root/mysql-test/t/synchronization.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/synchronization.test')
-rw-r--r--mysql-test/t/synchronization.test7
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/synchronization.test b/mysql-test/t/synchronization.test
index 7bdeaa8a740..09324b32b97 100644
--- a/mysql-test/t/synchronization.test
+++ b/mysql-test/t/synchronization.test
@@ -1,7 +1,12 @@
#
-# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination table
+# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination
+# table
#
+--disable_warnings
+drop table if exists t1;
+--enable_warnings
+
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);