From: Elan Ruusamäe Date: Fri, 20 Oct 2006 17:33:14 +0000 (+0000) Subject: - add log-slave-updates X-Git-Tag: auto/th/percona-server-5.7.19-17.1~553 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=1b68d29fd785ec1edbe88c255006f2322068484f;p=packages%2Fpercona-server.git - add log-slave-updates Changed files: mysqld.conf -> 1.30 --- diff --git a/mysqld.conf b/mysqld.conf index 388079a..1ceb695 100644 --- a/mysqld.conf +++ b/mysqld.conf @@ -58,6 +58,14 @@ skip-networking ; binary logging is required for replication ;log-bin=mysql-bin +; Normally, a slave does not log to its own binary log any updates that are +; received from a master server. This option tells the slave to log the updates +; performed by its SQL thread to its own binary log. For this option to have +; any effect, the slave must also be started with the --log-bin option to +; enable binary logging. --log-slave-updates is used when you want to chain +; replication servers. +;log-slave-updates + ; required unique id between 1 and 2^32 - 1 ; defaults to 1 if master-host is not set but will not function as a master if omitted ;server-id=2