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/slave.h | |
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/slave.h')
-rw-r--r-- | sql/slave.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |