diff options
author | unknown <guilhem@mysql.com> | 2004-03-10 16:30:47 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-03-10 16:30:47 +0100 |
commit | 843d6df523a255e9ecb864d0ed26761e353f4639 (patch) | |
tree | db053b8bdf0f145409d1e621ed5a98cdff683a9f /sql/repl_failsafe.cc | |
parent | b2147e25639c20494820f5ca409e6efb8dd7e497 (diff) | |
download | mariadb-git-843d6df523a255e9ecb864d0ed26761e353f4639.tar.gz |
Undoing 2 parts of changeset 1.1730.1.1 :
- the one about BUG#2921
- the one about relay log flushing
Both will be rewritten in a next changeset
(this one will not be pushed before the next changeset).
sql/log.cc:
undo
sql/log_event.cc:
undo
sql/repl_failsafe.cc:
undo
sql/slave.cc:
undo
sql/slave.h:
undo
sql/sql_repl.cc:
undo
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r-- | sql/repl_failsafe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index 61d4cee4c09..6599516044a 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -920,7 +920,7 @@ int load_master_data(THD* thd) active_mi->rli.master_log_pos = active_mi->master_log_pos; strmake(active_mi->rli.master_log_name,active_mi->master_log_name, sizeof(active_mi->rli.master_log_name)-1); - flush_relay_log_info(&active_mi->rli, 0); + flush_relay_log_info(&active_mi->rli); pthread_cond_broadcast(&active_mi->rli.data_cond); pthread_mutex_unlock(&active_mi->rli.data_lock); thd->proc_info = "starting slave"; |