diff options
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index 100ce25fe9c..48193afce4d 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -569,7 +569,7 @@ struct rpl_group_info */ char future_event_master_log_name[FN_REFLEN]; bool is_parallel_exec; - bool is_error; + int worker_error; /* Set true when we signalled that we reach the commit phase. Used to avoid counting one event group twice. |