1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Make --slave-parallel-workers an alias for --slave-parallel-threads

This is to add compatibility with the similar MySQL option.
This commit is contained in:
Kristian Nielsen
2016-01-26 15:15:13 +01:00
parent 7b50447aa6
commit 121dc271b0
5 changed files with 51 additions and 17 deletions

View File

@@ -974,6 +974,8 @@ The following options may be given as the first argument:
replication domains. Note that these threads are in
addition to the IO and SQL threads, which are always
created by a replication slave
--slave-parallel-workers=#
Alias for slave_parallel_threads
--slave-run-triggers-for-rbr=name
Modes for how triggers in row-base replication on slave
side will be executed. Legal values are NO (default), YES
@@ -1400,6 +1402,7 @@ slave-net-timeout 3600
slave-parallel-max-queued 131072
slave-parallel-mode conservative
slave-parallel-threads 0
slave-parallel-workers 0
slave-run-triggers-for-rbr NO
slave-skip-errors (No default value)
slave-sql-verify-checksum TRUE