summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-09-21 14:28:42 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2016-09-21 14:29:39 +0000
commitb732df1c5397807cf87f79f508679520f38fcfdd (patch)
treecb74da86831963d458ffe744a8895e18e265002c /sql/mysqld.cc
parent4368efe870f225279106798f71978b68c473e2ab (diff)
downloadmariadb-git-bb-10.2-wlad-threadpool.tar.gz
MDEV-10297 Add priorization to threadpoolbb-10.2-wlad-threadpool
Also MDEV-10385 Threadpool refactoring
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 18d8d807d90..63a17c6c456 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -4425,7 +4425,7 @@ static int init_common_variables()
#endif /* HAVE_SOLARIS_LARGE_PAGES */
-#if defined(HAVE_POOL_OF_THREADS) && !defined(_WIN32)
+#if defined(HAVE_POOL_OF_THREADS)
if (IS_SYSVAR_AUTOSIZE(&threadpool_size))
SYSVAR_AUTOSIZE(threadpool_size, my_getncpus());
#endif