mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
bookkeeping
sql/sql_parse.cc: Auto merged sql/mysqld.cc: another bookkeeping commit during merge BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@@ -1 +1,2 @@
|
||||
monty@donna.mysql.com
|
||||
sasha@mysql.sashanet.com
|
||||
|
@@ -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 ||
|
||||
|
Reference in New Issue
Block a user