diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-18 20:40:38 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-18 20:40:38 +0100 |
commit | a5a22e9f641623886ec7c051e7ae40eadad0b023 (patch) | |
tree | 55a9c27576b0dab700e230880e92143411b23dee /sql/threadpool_unix.cc | |
parent | 468104567f6b0a1fe552f38717005f286c402125 (diff) | |
download | mariadb-git-a5a22e9f641623886ec7c051e7ae40eadad0b023.tar.gz |
Small adjustements to threadpool
Diffstat (limited to 'sql/threadpool_unix.cc')
-rw-r--r-- | sql/threadpool_unix.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/threadpool_unix.cc b/sql/threadpool_unix.cc index 57bff93e951..f0d7d5f33be 100644 --- a/sql/threadpool_unix.cc +++ b/sql/threadpool_unix.cc @@ -1198,7 +1198,6 @@ bool tp_init() DBUG_ENTER("tp_init"); started = true; scheduler_init(); - skip_net_wait_timeout= 1; if (threadpool_size == 0) { threadpool_size= my_getncpus(); |