SOURCES: mysqld.conf - add log-slave-updates

glen glen at pld-linux.org
Fri Oct 20 19:33:20 CEST 2006


Author: glen                         Date: Fri Oct 20 17:33:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add log-slave-updates

---- Files affected:
SOURCES:
   mysqld.conf (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SOURCES/mysqld.conf
diff -u SOURCES/mysqld.conf:1.29 SOURCES/mysqld.conf:1.30
--- SOURCES/mysqld.conf:1.29	Fri Oct 20 19:04:49 2006
+++ SOURCES/mysqld.conf	Fri Oct 20 19:33:14 2006
@@ -58,6 +58,14 @@
 ; 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysqld.conf?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list