summaryrefslogtreecommitdiff
path: root/mysql-test/t/mdev375.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/mdev375.test')
-rw-r--r--mysql-test/t/mdev375.test11
1 files changed, 10 insertions, 1 deletions
diff --git a/mysql-test/t/mdev375.test b/mysql-test/t/mdev375.test
index 92e403b6513..759f7bd31f0 100644
--- a/mysql-test/t/mdev375.test
+++ b/mysql-test/t/mdev375.test
@@ -4,7 +4,16 @@
--source include/not_embedded.inc
SET GLOBAL log_warnings=4;
-SET GLOBAL max_connections=2;
+SET GLOBAL max_connections=10;
+
+--connect (tmp_con1,localhost,root,,)
+--connect (tmp_con2,localhost,root,,)
+--connect (tmp_con3,localhost,root,,)
+--connect (tmp_con4,localhost,root,,)
+--connect (tmp_con5,localhost,root,,)
+--connect (tmp_con6,localhost,root,,)
+--connect (tmp_con7,localhost,root,,)
+--connect (tmp_con8,localhost,root,,)
--connect (con1,localhost,root,,)
SELECT 1;