summaryrefslogtreecommitdiff
path: root/mysql-test/r/pool_of_threads.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/pool_of_threads.result')
-rw-r--r--mysql-test/r/pool_of_threads.result13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/r/pool_of_threads.result b/mysql-test/r/pool_of_threads.result
index 9611d7ff43b..96ed24a0967 100644
--- a/mysql-test/r/pool_of_threads.result
+++ b/mysql-test/r/pool_of_threads.result
@@ -2157,23 +2157,36 @@ Warnings:
Warning 1052 Column 'kundentyp' in group statement is ambiguous
drop table t1;
SET optimizer_switch=@save_optimizer_switch;
+connection default;
SELECT sleep(5.5);
+connect con2,localhost,root,,;
+connection con2;
SELECT sleep(5);
# -- Success: more than --thread_pool_max_threads normal connections not possible
+connection default;
sleep(5.5)
0
+connection con2;
sleep(5)
0
+connection default;
SELECT sleep(5);
+connection con2;
SELECT sleep(5);
+connect extracon,127.0.0.1,root,,test,$MASTER_EXTRA_PORT,;
+connection extracon;
SELECT 'Connection on extra port ok';
Connection on extra port ok
Connection on extra port ok
+connect extracon2,127.0.0.1,root,,test,$MASTER_EXTRA_PORT,;
+connection extracon2;
SELECT 'Connection on extra port 2 ok';
Connection on extra port 2 ok
Connection on extra port 2 ok
# -- Success: more than --extra-max-connections + 1 normal connections not possible
+connection default;
sleep(5)
0
+connection con2;
sleep(5)
0