From 5e996d2753df1aa9b524e66ebb74856da3779bd2 Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Tue, 15 Aug 2000 11:46:20 -0600 Subject: [PATCH] another bookkeeping commit - will not be pushed --- sql/sql_parse.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 0c7b0b8187f..ae36c419750 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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 ||