summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/rpl_parallel.h')
-rw-r--r--sql/rpl_parallel.h4
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;
/*