mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Small adjustements to threadpool
This commit is contained in:
@ -701,7 +701,7 @@ bool do_command(THD *thd)
|
||||
the client, the connection is closed or "net_wait_timeout"
|
||||
number of seconds has passed.
|
||||
*/
|
||||
if(!skip_net_wait_timeout)
|
||||
if(!thd->skip_wait_timeout)
|
||||
my_net_set_read_timeout(net, thd->variables.net_wait_timeout);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user