diff options
author | unknown <knielsen@knielsen-hq.org> | 2013-09-30 10:41:41 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2013-09-30 10:41:41 +0200 |
commit | 45c3c71513b68b8de79f3e0a5e9779e7e8021716 (patch) | |
tree | 30587643b84a1f40d73ff1ad52512fe9ea3ce6d3 /sql/rpl_parallel.h | |
parent | 976606d0318465e40670535f6353849d83d1c78f (diff) | |
download | mariadb-git-45c3c71513b68b8de79f3e0a5e9779e7e8021716.tar.gz |
MDEV-4506: Parallel replication. .result file updates + a few comment updates.
Diffstat (limited to 'sql/rpl_parallel.h')
-rw-r--r-- | sql/rpl_parallel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/rpl_parallel.h b/sql/rpl_parallel.h index 1edce8f047d..8dfd0297199 100644 --- a/sql/rpl_parallel.h +++ b/sql/rpl_parallel.h @@ -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; /* |