summaryrefslogtreecommitdiff
path: root/mysql-test/main/drop.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/drop.test')
-rw-r--r--mysql-test/main/drop.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/drop.test b/mysql-test/main/drop.test
index 45ff7f364f4..5185ce30db0 100644
--- a/mysql-test/main/drop.test
+++ b/mysql-test/main/drop.test
@@ -98,7 +98,8 @@ drop table t1;
# removing of database name from cache" reappeared in 5.1 as bug#19403
# In its case crash happened when one concurrently executed DROP DATABASE
# and one of name-locking command.
-#
+#
+--disable_service_connection
--disable_warnings
drop database if exists mysqltest;
drop table if exists t1;
@@ -127,6 +128,7 @@ connection addconroot1;
disconnect addconroot1;
--source include/wait_until_disconnected.inc
connection default;
+--enable_service_connection
#
# Bug#25858 Some DROP TABLE under LOCK TABLES can cause deadlocks