summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
authorSujatha <sujatha.sivakumar@mariadb.com>2020-12-01 17:06:53 +0530
committerSujatha <sujatha.sivakumar@mariadb.com>2020-12-01 17:06:53 +0530
commit534008164128c38a98b58ead71d635e91992d0a8 (patch)
tree1163b1de622e1b4d3fc80fd5a0edc449fb589e08 /sql/sql_repl.h
parent6504d3d229b086d20e5e4798b1ae10bbbd70d3c7 (diff)
downloadmariadb-git-bb-10.1-sujatha.tar.gz
MDEV-20122: Draftbb-10.1-sujatha
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h
index 6a50cc66a3a..4061de518eb 100644
--- a/sql/sql_repl.h
+++ b/sql/sql_repl.h
@@ -79,7 +79,8 @@ void rpl_init_gtid_waiting();
void rpl_deinit_gtid_waiting();
int gtid_state_from_binlog_pos(const char *name, uint32 pos, String *out_str);
int rpl_append_gtid_state(String *dest, bool use_binlog);
-int rpl_load_gtid_state(slave_connection_state *state, bool use_binlog);
+int rpl_load_gtid_state(slave_connection_state *state, bool use_binlog,
+ char *conn_name);
bool rpl_gtid_pos_check(THD *thd, char *str, size_t len);
bool rpl_gtid_pos_update(THD *thd, char *str, size_t len);
#else