summaryrefslogtreecommitdiff
path: root/mysql-test/r/mdev375.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/mdev375.result')
-rw-r--r--mysql-test/r/mdev375.result12
1 files changed, 10 insertions, 2 deletions
diff --git a/mysql-test/r/mdev375.result b/mysql-test/r/mdev375.result
index d7a66ebd6dd..0ae8375ff24 100644
--- a/mysql-test/r/mdev375.result
+++ b/mysql-test/r/mdev375.result
@@ -1,5 +1,13 @@
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;
1
@@ -15,6 +23,6 @@ SELECT 0;
0
show status like "Threads_connected";
Variable_name Value
-Threads_connected 3
+Threads_connected 11
SET GLOBAL log_warnings=default;
SET GLOBAL max_connections=default;