diff options
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(); |