Commit eec37a5f authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com

bookkeeping

parents 883042ba 5e996d27
monty@donna.mysql.com monty@donna.mysql.com
sasha@mysql.sashanet.com
...@@ -248,6 +248,7 @@ check_connections(THD *thd) ...@@ -248,6 +248,7 @@ check_connections(THD *thd)
int2store(end+3,thd->server_status); int2store(end+3,thd->server_status);
bzero(end+5,13); bzero(end+5,13);
end+=18; end+=18;
net->timeout = net_read_timeout;
if (net_write_command(net,protocol_version, buff, if (net_write_command(net,protocol_version, buff,
(uint) (end-buff)) || (uint) (end-buff)) ||
(pkt_len=my_net_read(net)) == packet_error || (pkt_len=my_net_read(net)) == packet_error ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment