diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-06-22 17:01:39 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-06-22 17:01:39 +0400 |
commit | a96267c19936d8528a7ff9cc82ff88f5a5938221 (patch) | |
tree | 02c1426e2ba845a12088a372d8019c21c3bd2497 /sql/slave.cc | |
parent | c388c044e00d193801fee45fe9e3c0d7eac928e7 (diff) | |
parent | 7657ee10f8be9ed041e3e215b4e2e8cb933abe60 (diff) | |
download | mariadb-git-a96267c19936d8528a7ff9cc82ff88f5a5938221.tar.gz |
Auto-merge from mysql-trunk-bugfixing.
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 6ebdea4a42a..bcb01d77e15 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -2055,7 +2055,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type) thd_proc_info(thd, "Waiting for the next event in relay log"); else thd_proc_info(thd, "Waiting for master update"); - thd->version=refresh_version; thd->set_time(); /* Do not use user-supplied timeout value for system threads. */ thd->variables.lock_wait_timeout= LONG_TIMEOUT; |