packages: mysql/mysqld.conf - include auto-increment-increment/auto-increme...

glen glen at pld-linux.org
Wed Oct 7 14:29:34 CEST 2009


Author: glen                         Date: Wed Oct  7 12:29:34 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- include auto-increment-increment/auto-increment-offset

---- Files affected:
packages/mysql:
   mysqld.conf (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.48 packages/mysql/mysqld.conf:1.49
--- packages/mysql/mysqld.conf:1.48	Thu Jan  8 14:47:36 2009
+++ packages/mysql/mysqld.conf	Wed Oct  7 14:29:29 2009
@@ -77,6 +77,12 @@
 ; defaults to 1 if master-host is not set but will not function as a master if omitted
 ;server-id=2
 
+; To set up N master servers, set the variables like this:
+; Set auto_increment_increment to N on each master.
+; Set each of the N masters to have a different auto_increment_offset, using the values 1, 2, ..., N
+;auto-increment-offset=1
+;auto-increment-increment=2
+
 ; databases to be included in binlog
 ;binlog-do-db=db1
 ; or excluded
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysqld.conf?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list