mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Fix LP#909414: Valgrind warnings in threadpool code
This commit is contained in:
parent
54b61b8b44
commit
b9f2fb84f6
2 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ my_bool my_net_init(NET *net, Vio* vio)
|
|||
net->net_skip_rest_factor= 0;
|
||||
net->last_errno=0;
|
||||
net->unused= 0;
|
||||
net->read_timeout=0;
|
||||
net->write_timeout=0;
|
||||
|
||||
if (vio != 0) /* If real connection */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue