]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- add log-slave-updates
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Oct 2006 17:33:14 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.30

mysqld.conf

index 388079a41252c62ce849142b4dda76b3cf1d02a9..1ceb695b2a8c63c0818c92f00621c02e05105985 100644 (file)
@@ -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
This page took 0.145871 seconds and 4 git commands to generate.