summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2013-10-24 12:44:21 +0200
committerunknown <knielsen@knielsen-hq.org>2013-10-24 12:44:21 +0200
commitee8a8162086b29022c304b270369439a3aaaf8a5 (patch)
tree3ad0ffd879de1d04184027bbde55e09dfc41a5cc /sql/mysqld.h
parent96a4f1f62862883de4bf14268cfe28d5bf187f49 (diff)
downloadmariadb-git-ee8a8162086b29022c304b270369439a3aaaf8a5.tar.gz
MDEV-4506: Parallel replication.
Implement --slave-parallel-max-queue to limit memory usage of SQL thread read-ahead in the relay log.
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index e45b48f0332..cbcff93e423 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -177,6 +177,7 @@ extern ulong opt_binlog_rows_event_max_size;
extern ulong rpl_recovery_rank, thread_cache_size;
extern ulong stored_program_cache_size;
extern ulong opt_slave_parallel_threads;
+extern ulong opt_slave_parallel_max_queued;
extern ulong opt_binlog_commit_wait_count;
extern ulong opt_binlog_commit_wait_usec;
extern ulong back_log;