diff options
Diffstat (limited to 'sql/threadpool_win.cc')
-rw-r--r-- | sql/threadpool_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/threadpool_win.cc b/sql/threadpool_win.cc index 4e46e393c24..0afb628a1ca 100644 --- a/sql/threadpool_win.cc +++ b/sql/threadpool_win.cc @@ -520,7 +520,6 @@ bool tp_init(void) } #endif - skip_net_wait_timeout = 1; return 0; } |