diff options
author | msvensson@pilot.mysql.com <> | 2007-01-29 14:33:53 +0100 |
---|---|---|
committer | msvensson@pilot.mysql.com <> | 2007-01-29 14:33:53 +0100 |
commit | 007d170ad2af225225844ac258c91b6766fb0a69 (patch) | |
tree | 5ff0b0c41c572069a02dbb2c6eabec3d10d8900d /sql/slave.cc | |
parent | a079f20aa80b56c5821d8b43bb102b8ca37dfbad (diff) | |
parent | 7eaa82ea38e1a9f0598ecfc88439583b51567e64 (diff) | |
download | mariadb-git-007d170ad2af225225844ac258c91b6766fb0a69.tar.gz |
Merge pilot.mysql.com:/home/msvensson/mysql/bug22943/my41-bug22943
into pilot.mysql.com:/home/msvensson/mysql/bug22943/my50-bug22943
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index 8805f950d50..b77d154a08f 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -2901,7 +2901,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type) */ thd->variables.max_allowed_packet= global_system_variables.max_allowed_packet + MAX_LOG_EVENT_HEADER; /* note, incr over the global not session var */ - thd->net.read_timeout = slave_net_timeout; thd->slave_thread = 1; set_slave_thread_options(thd); thd->client_capabilities = CLIENT_LOCAL_FILES; |