mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
MDEV-4506: Parallel replication.
Implement --slave-parallel-max-queue to limit memory usage of SQL thread read-ahead in the relay log.
This commit is contained in:
parent
96a4f1f628
commit
ee8a816208
9 changed files with 113 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue