From 843d6df523a255e9ecb864d0ed26761e353f4639 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 10 Mar 2004 16:30:47 +0100 Subject: 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 --- sql/slave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/slave.h') diff --git a/sql/slave.h b/sql/slave.h index 0ae0c7d6de4..8331e722a51 100644 --- a/sql/slave.h +++ b/sql/slave.h @@ -362,7 +362,7 @@ typedef struct st_table_rule_ent int init_slave(); void init_slave_skip_errors(const char* arg); bool flush_master_info(MASTER_INFO* mi); -bool flush_relay_log_info(RELAY_LOG_INFO* rli, bool flush_cur_log); +bool flush_relay_log_info(RELAY_LOG_INFO* rli); int register_slave_on_master(MYSQL* mysql); int terminate_slave_threads(MASTER_INFO* mi, int thread_mask, bool skip_lock = 0); -- cgit v1.2.1