Commit 4e1a928d authored by unknown's avatar unknown

Fix missing .result file update before push.

parent 2fc4a103
...@@ -909,11 +909,12 @@ The following options may be given as the first argument: ...@@ -909,11 +909,12 @@ The following options may be given as the first argument:
relay log looking for opportunities for parallel relay log looking for opportunities for parallel
replication. Only used when --slave-parallel-threads > 0. replication. Only used when --slave-parallel-threads > 0.
--slave-parallel-threads=# --slave-parallel-threads=#
Alpha feature, to only be used by developers doing If non-zero, number of threads to spawn to apply in
testing! If non-zero, number of threads to spawn to apply parallel events on the slave that were group-committed on
in parallel events on the slave that were group-committed the master or were logged with GTID in different
on the master or were logged with GTID in different replication domains. Note that these threads are in
replication domains. addition to the IO and SQL threads, which are always
created by a replication slave
--slave-skip-errors=name --slave-skip-errors=name
Tells the slave thread to continue replication when a Tells the slave thread to continue replication when a
query event returns an error from the provided list query event returns an error from the provided list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment