diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-04-12 12:41:19 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-04-12 12:41:19 +0300 |
commit | 65eefcdc601ef0f57b0779f1722161fc83a571c3 (patch) | |
tree | 7fe642e7d6e685ed87fbd292d986b871b5e0a720 /mysql-test/main/mdev375.result | |
parent | 9c42b9038dc1457fd4aeed0520bc143a043a84d9 (diff) | |
parent | 36c01167200cf29ac92f3bd3263d7757c55cbb89 (diff) | |
download | mariadb-git-65eefcdc601ef0f57b0779f1722161fc83a571c3.tar.gz |
Merge remote-tracking branch '10.2' into 10.3
Diffstat (limited to 'mysql-test/main/mdev375.result')
-rw-r--r-- | mysql-test/main/mdev375.result | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mysql-test/main/mdev375.result b/mysql-test/main/mdev375.result index d7a66ebd6dd..0ae8375ff24 100644 --- a/mysql-test/main/mdev375.result +++ b/mysql-test/main/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; |