1
0
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:
unknown
2013-07-03 19:03:21 +02:00
parent 31a5edb5c2
commit 592e464a02
9 changed files with 71 additions and 54 deletions

View File

@@ -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);
/**