diff options
author | unknown <serg@serg.mylan> | 2004-11-28 18:19:01 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-11-28 18:19:01 +0100 |
commit | dd33501f9eb87d0004034aa01bd80a3d56934ad2 (patch) | |
tree | 304569af7cace94b402f78a4a7af73ac6e4e838a /sql/slave.cc | |
parent | 5607539c5b5dee4809e8e370527d3542387e27a4 (diff) | |
parent | 59abcd447cc373c1c3dfc0184f12642aa6d2ab70 (diff) | |
download | mariadb-git-dd33501f9eb87d0004034aa01bd80a3d56934ad2.tar.gz |
merged
BitKeeper/etc/logging_ok:
auto-union
innobase/srv/srv0srv.c:
Auto merged
mysql-test/t/select.test:
Auto merged
sql/item_cmpfunc.h:
Auto merged
sql/slave.cc:
Auto merged
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index 6d5c997bade..b5caf2627a6 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -1820,7 +1820,8 @@ int init_master_info(MASTER_INFO* mi, const char* master_info_fname, position is at the beginning of the file, and will read the "signature" and then fast-forward to the last position read. */ - if (thread_mask & SLAVE_SQL) { + if (thread_mask & SLAVE_SQL) + { my_b_seek(mi->rli.cur_log, (my_off_t) 0); } DBUG_RETURN(0); |