1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix missing .result file update before push.

This commit is contained in:
unknown
2014-03-17 09:44:17 +01:00
parent 2fc4a10339
commit 4e1a928d18

View File

@ -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