diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-07-17 14:22:52 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-07-17 14:22:52 -0600 |
commit | 52d241dec7a8213f73e298b84c606d4afb679564 (patch) | |
tree | 47bf374c6e5f1808360c7ec10199c1d36806fbe9 /sql/slave.cc | |
parent | 6be4a56aad66f5101ca0cc094ae3a7c312456058 (diff) | |
download | mariadb-git-52d241dec7a8213f73e298b84c606d4afb679564.tar.gz |
added slave_net_timeout
sql/mysqld.cc:
slave_net_timeout
sql/slave.cc:
slave_net_timeout
sql/slave.h:
slave_net_timeout
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index 17420b8fde9..ab1a880a46e 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -678,6 +678,7 @@ static int init_slave_thread(THD* thd) thd->system_thread = thd->bootstrap = 1; thd->client_capabilities = 0; my_net_init(&thd->net, 0); + thd->net.timeout = slave_net_timeout; thd->max_packet_length=thd->net.max_packet; thd->master_access= ~0; thd->priv_user = 0; |