diff options
author | mats@mysql.com <> | 2004-11-25 12:23:41 +0100 |
---|---|---|
committer | mats@mysql.com <> | 2004-11-25 12:23:41 +0100 |
commit | 9ffb3fd39ce5d9fa5cbef7cc869ab66bd39cf5a9 (patch) | |
tree | dbd5eed33a764e82c97cd90f56cdda2eb22fef63 /sql/repl_failsafe.cc | |
parent | 5d70a4895fdd4b2c2fe078b3a9914e6e77c10644 (diff) | |
parent | fe0911e95eeaca38350ecaa227b1d93ccf20db53 (diff) | |
download | mariadb-git-9ffb3fd39ce5d9fa5cbef7cc869ab66bd39cf5a9.tar.gz |
Merge
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r-- | sql/repl_failsafe.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index 720e82f414e..356ec80608c 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -921,8 +921,8 @@ int load_master_data(THD* thd) */ int error; - if (init_master_info(active_mi, master_info_file, relay_log_info_file, - 0)) + if (init_master_info(active_mi, master_info_file, relay_log_info_file, + 0, (SLAVE_IO | SLAVE_SQL))) send_error(thd, ER_MASTER_INFO); strmake(active_mi->master_log_name, row[0], sizeof(active_mi->master_log_name)); |