mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-4506: Parallel replication. Intermediate commit.
Pass down rpl_group_info * to remove one instance of non-threadsafe use of rli->group_info.
This commit is contained in:
@@ -108,7 +108,7 @@ struct rpl_slave_state
|
||||
int put_back_list(uint32 domain_id, list_element *list);
|
||||
|
||||
void update_state_hash(uint64 sub_id, rpl_gtid *gtid);
|
||||
int record_and_update_gtid(THD *thd, Relay_log_info *rli);
|
||||
int record_and_update_gtid(THD *thd, struct rpl_group_info *rgi);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user