summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h
index 277e5c6f69c..7cbb0b89fba 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -833,6 +833,10 @@ public:
uint64 commit_id);
int read_state_from_file();
int write_state_to_file();
+ int set_binlog_state_used_by_master(rpl_gtid *gtid_list,
+ uint32 num_gtids,
+ char *conn_name);
+ void clear_binlog_state_used_by_master();
int get_most_recent_gtid_list(rpl_gtid **list, uint32 *size);
bool append_state_pos(String *str);
bool append_state(String *str);