1
0
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:
Vladislav Vaintroub
2011-12-18 20:40:38 +01:00
parent 468104567f
commit a5a22e9f64
9 changed files with 14 additions and 13 deletions

View File

@ -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);