mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge MariaDB 10.0-base to 10.0.
This commit is contained in:
commit
dd93ec5633
44 changed files with 1413 additions and 127 deletions
|
|
@ -72,6 +72,8 @@ extern PSI_mutex_key key_LOCK_slave_state, key_LOCK_binlog_state;
|
|||
#endif
|
||||
void rpl_init_gtid_slave_state();
|
||||
void rpl_deinit_gtid_slave_state();
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue