diff options
author | unknown <knielsen@knielsen-hq.org> | 2013-07-05 00:26:15 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2013-07-05 00:26:15 +0200 |
commit | e654be3865d7c8a6ad6339b2de2c45f02c9f7981 (patch) | |
tree | 740640ef61b1d95ded38223defb3ef27483ff89d /sql/rpl_parallel.h | |
parent | b5a496a777fd5c6f50a25cde852b86c74d18ee7a (diff) | |
download | mariadb-git-e654be3865d7c8a6ad6339b2de2c45f02c9f7981.tar.gz |
MDEV-4506: Parallel replication: Intermediate commit.
Impement options --binlog-commit-wait-count and
--binlog-commit-wait-usec.
These options permit the DBA to deliberately increase latency
of an individual commit to get more transactions in each
binlog group commit. This increases the opportunity for
parallel replication on the slave, and can also decrease I/O
load on the master.
The options also make it easier to test the parallel
replication with mysql-test-run.
Diffstat (limited to 'sql/rpl_parallel.h')
-rw-r--r-- | sql/rpl_parallel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/rpl_parallel.h b/sql/rpl_parallel.h index 09bde20f5af..a84722e9263 100644 --- a/sql/rpl_parallel.h +++ b/sql/rpl_parallel.h @@ -50,7 +50,6 @@ struct rpl_parallel_entry { uint64 last_seq_no; uint64 last_commit_id; bool active; - bool need_signal; rpl_parallel_thread *rpl_thread; /* The sub_id of the last transaction to commit within this domain_id. |