summaryrefslogtreecommitdiff
path: root/mysql-test/main/mdev375.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/mdev375.test')
-rw-r--r--mysql-test/main/mdev375.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/mdev375.test b/mysql-test/main/mdev375.test
index 6fdb35016ca..f489d232be8 100644
--- a/mysql-test/main/mdev375.test
+++ b/mysql-test/main/mdev375.test
@@ -3,6 +3,7 @@
#
--source include/not_embedded.inc
+--disable_service_connection
set @save_log_warnings=@@log_warnings, @save_max_connections=@@max_connections;
SET GLOBAL log_warnings=4;
SET GLOBAL max_connections=10;
@@ -33,3 +34,4 @@ show status like "Threads_connected";
SET GLOBAL log_warnings=@save_log_warnings;
SET GLOBAL max_connections=@save_max_connections;
+--enable_service_connection