summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-12-18 20:40:38 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2011-12-18 20:40:38 +0100
commita5a22e9f641623886ec7c051e7ae40eadad0b023 (patch)
tree55a9c27576b0dab700e230880e92143411b23dee /sql/threadpool.h
parent468104567f6b0a1fe552f38717005f286c402125 (diff)
downloadmariadb-git-a5a22e9f641623886ec7c051e7ae40eadad0b023.tar.gz
Small adjustements to threadpool
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r--sql/threadpool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h
index 0694981d76f..fa8f1c4fbea 100644
--- a/sql/threadpool.h
+++ b/sql/threadpool.h
@@ -1,12 +1,9 @@
/* Threadpool parameters */
-#ifdef _WIN32
extern uint threadpool_min_threads; /* Minimum threads in pool */
-#else
extern uint threadpool_idle_timeout; /* Shutdown idle worker threads after this timeout */
extern uint threadpool_size; /* Number of parallel executing threads */
extern uint threadpool_stall_limit; /* time interval in 10 ms units for stall checks*/
-#endif
extern uint threadpool_max_threads; /* Maximum threads in pool */
/*