bookkeeping

This commit is contained in:
sasha@mysql.sashanet.com 2000-08-15 11:52:18 -06:00
commit eec37a5fc2
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
monty@donna.mysql.com
sasha@mysql.sashanet.com

View File

@ -248,6 +248,7 @@ check_connections(THD *thd)
int2store(end+3,thd->server_status);
bzero(end+5,13);
end+=18;
net->timeout = net_read_timeout;
if (net_write_command(net,protocol_version, buff,
(uint) (end-buff)) ||
(pkt_len=my_net_read(net)) == packet_error ||