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:
@@ -458,7 +458,8 @@ public:
|
||||
the <code>Seconds_behind_master</code> field.
|
||||
*/
|
||||
void stmt_done(my_off_t event_log_pos,
|
||||
time_t event_creation_time, THD *thd);
|
||||
time_t event_creation_time, THD *thd,
|
||||
struct rpl_group_info *rgi);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user