1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-4506: Parallel replication. .result file updates + a few comment updates.

This commit is contained in:
unknown
2013-09-30 10:41:41 +02:00
parent 976606d031
commit 45c3c71513
4 changed files with 10 additions and 5 deletions

View File

@ -57,6 +57,10 @@ struct rpl_parallel_entry {
uint64 last_committed_sub_id;
mysql_mutex_t LOCK_parallel_entry;
mysql_cond_t COND_parallel_entry;
/*
The sub_id of the last event group in this replication domain that was
queued for execution by a worker thread.
*/
uint64 current_sub_id;
rpl_group_info *current_group_info;
/*