summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authormats@mysql.com <>2004-11-25 09:26:45 +0100
committermats@mysql.com <>2004-11-25 09:26:45 +0100
commitc06cae0f554e9e212c34ee419a3a5a4b292947af (patch)
tree2a950449e3650d6c0857e79a0a83cc2595692170 /sql/slave.h
parentbfdf57ef31174814cdec5e275d710b4a48dc55c7 (diff)
downloadmariadb-git-c06cae0f554e9e212c34ee419a3a5a4b292947af.tar.gz
Fix for Bug#6148. Only rewind read position in binary log when the
slave SQL thread is started.
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/slave.h b/sql/slave.h
index eb54e258a96..a01ff93b4af 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -411,7 +411,8 @@ void init_master_info_with_options(MASTER_INFO* mi);
void clear_last_slave_error(RELAY_LOG_INFO* rli);
int init_master_info(MASTER_INFO* mi, const char* master_info_fname,
const char* slave_info_fname,
- bool abort_if_no_master_info_file);
+ bool abort_if_no_master_info_file,
+ int thread_mask);
void end_master_info(MASTER_INFO* mi);
int init_relay_log_info(RELAY_LOG_INFO* rli, const char* info_fname);
void end_relay_log_info(RELAY_LOG_INFO* rli);