diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | sql/sql_parse.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 84bd71dbd9f..2f0845b6997 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ monty@donna.mysql.com +sasha@mysql.sashanet.com diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 3d903acbfbf..b176d7516fc 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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 || |