Merge remote-tracking branch 'origin/patch-1' into patch-1

This commit is contained in:
Daniel Rupp 2021-12-23 13:00:36 +01:00
commit acff7c53f7

View file

@ -79,10 +79,10 @@ options:
- Sets the С(mysql) system database as context for the executed statements (it will be used - Sets the С(mysql) system database as context for the executed statements (it will be used
as a database to connect to). Useful if you use binlog / replication filters in MySQL as as a database to connect to). Useful if you use binlog / replication filters in MySQL as
per default the statements can not be caught by a binlog / replication filter, they require per default the statements can not be caught by a binlog / replication filter, they require
a database to be set to work. a database to be set to work, otherwise the replication can break down.
- see U(https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-ignore-db) - See U(https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#option_mysqld_binlog-ignore-db)
for a description on how binlog filters work (filtering on the primary). for a description on how binlog filters work (filtering on the primary).
- see U(https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#option_mysqld_replicate-ignore-db) - See U(https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#option_mysqld_replicate-ignore-db)
for a description on how replication filters work (filtering on the replica). for a description on how replication filters work (filtering on the replica).
type: bool type: bool
default: no default: no