summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.cc
diff options
context:
space:
mode:
authormats@mysql.com <>2004-11-25 12:23:41 +0100
committermats@mysql.com <>2004-11-25 12:23:41 +0100
commit9ffb3fd39ce5d9fa5cbef7cc869ab66bd39cf5a9 (patch)
treedbd5eed33a764e82c97cd90f56cdda2eb22fef63 /sql/repl_failsafe.cc
parent5d70a4895fdd4b2c2fe078b3a9914e6e77c10644 (diff)
parentfe0911e95eeaca38350ecaa227b1d93ccf20db53 (diff)
downloadmariadb-git-9ffb3fd39ce5d9fa5cbef7cc869ab66bd39cf5a9.tar.gz
Merge
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r--sql/repl_failsafe.cc4
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));