summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-05-23 13:33:26 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-05-25 14:54:11 +0200
commit8569dac1ec9f6853a0b2f3ea9bcbda67644ead24 (patch)
tree572efaf22908c4a5e5af3aa03072964124e7e3f0
parente6f0371556768cdf6da80073aa3d10544ccca1fe (diff)
downloadmariadb-git-8569dac1ec9f6853a0b2f3ea9bcbda67644ead24.tar.gz
allow thread_pool_size_basic on Windows, in generic threadpool mode
-rw-r--r--mysql-test/suite/sys_vars/t/thread_pool_size_basic.opt2
-rw-r--r--mysql-test/suite/sys_vars/t/thread_pool_size_basic.test1
2 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/suite/sys_vars/t/thread_pool_size_basic.opt b/mysql-test/suite/sys_vars/t/thread_pool_size_basic.opt
index 7a2696875b8..b680d0c4b4f 100644
--- a/mysql-test/suite/sys_vars/t/thread_pool_size_basic.opt
+++ b/mysql-test/suite/sys_vars/t/thread_pool_size_basic.opt
@@ -1 +1 @@
---loose-thread-handling=pool-of-threads
+--loose-thread-handling=pool-of-threads --loose-thread-pool-mode=generic \ No newline at end of file
diff --git a/mysql-test/suite/sys_vars/t/thread_pool_size_basic.test b/mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
index 5d432eb9940..3d17f3befa0 100644
--- a/mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
+++ b/mysql-test/suite/sys_vars/t/thread_pool_size_basic.test
@@ -1,5 +1,4 @@
# uint global
---source include/not_windows.inc
--source include/not_embedded.inc
--source include/have_pool_of_threads.inc
SET @start_global_value = @@global.thread_pool_size;