diff options
author | Sujatha <sujatha.sivakumar@mariadb.com> | 2020-12-01 17:06:53 +0530 |
---|---|---|
committer | Sujatha <sujatha.sivakumar@mariadb.com> | 2020-12-01 17:06:53 +0530 |
commit | 534008164128c38a98b58ead71d635e91992d0a8 (patch) | |
tree | 1163b1de622e1b4d3fc80fd5a0edc449fb589e08 /sql/sql_repl.h | |
parent | 6504d3d229b086d20e5e4798b1ae10bbbd70d3c7 (diff) | |
download | mariadb-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.h | 3 |
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 |