summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2013-09-13 15:09:57 +0200
committerunknown <knielsen@knielsen-hq.org>2013-09-13 15:09:57 +0200
commitd107bdaa01ad34b1afb4542b981b9b19af499f7b (patch)
tree094a00715ad2a2895364eac2356a3abf798e3c53 /sql/log.h
parent13fddb32dec20bfea058281dcf0e780ca02d5402 (diff)
downloadmariadb-git-d107bdaa01ad34b1afb4542b981b9b19af499f7b.tar.gz
MDEV-4506, parallel replication.
Some after-review fixes.
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h
index efb560dc245..8b5fe17e660 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -540,7 +540,7 @@ class MYSQL_BIN_LOG: public TC_LOG, private MYSQL_LOG
void do_checkpoint_request(ulong binlog_id);
void purge();
int write_transaction_or_stmt(group_commit_entry *entry, uint64 commit_id);
- bool queue_for_group_commit(group_commit_entry *entry, wait_for_commit *wfc);
+ bool queue_for_group_commit(group_commit_entry *entry);
bool write_transaction_to_binlog_events(group_commit_entry *entry);
void trx_group_commit_leader(group_commit_entry *leader);
bool is_xidlist_idle_nolock();