From 1b3dc66e3117a09c95a00be2f649b975fdb25e2e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Jun 2013 15:19:30 +0200 Subject: MDEV-4506: Parallel replication: Intermediate commit. First step of splitting out part of Relay_log_info, so that different event groups being applied in parallel can each use their own copy. --- sql/rpl_utility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/rpl_utility.h') diff --git a/sql/rpl_utility.h b/sql/rpl_utility.h index 79f4517c492..893cc8d3e04 100644 --- a/sql/rpl_utility.h +++ b/sql/rpl_utility.h @@ -275,7 +275,7 @@ public: /* queue for exection at Query-log-event time prior the Query */ int add(Log_event *ev); bool is_empty(); - bool execute(Relay_log_info *rli); + bool execute(struct rpl_group_info *rgi); void rewind(); bool is_last(Log_event *ev) { return ev == last_added; }; }; -- cgit v1.2.1