another bookkeeping commit - will not be pushed

This commit is contained in:
sasha@mysql.sashanet.com 2000-08-15 11:46:20 -06:00
parent 57ef3cccf3
commit 5e996d2753

View File

@ -245,6 +245,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 ||