summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r--sql/rpl_rli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h
index 17c7eb519a3..9016625f50f 100644
--- a/sql/rpl_rli.h
+++ b/sql/rpl_rli.h
@@ -447,7 +447,8 @@ public:
relay log info and used to produce information for <code>SHOW
SLAVE STATUS</code>.
*/
- bool stmt_done(my_off_t event_log_pos, THD *thd, rpl_group_info *rgi);
+ bool stmt_done(my_off_t event_log_pos, THD *thd, rpl_group_info *rgi,
+ Log_event *ev= NULL);
int alloc_inuse_relaylog(const char *name);
void free_inuse_relaylog(inuse_relaylog *ir);
void reset_inuse_relaylog();