packages (MYSQL_5_0): mysql/mysqld.conf - include auto-increment-increment/...

glen glen at pld-linux.org
Wed Oct 7 14:28:49 CEST 2009


Author: glen                         Date: Wed Oct  7 12:28:49 2009 GMT
Module: packages                      Tag: MYSQL_5_0
---- Log message:
- include auto-increment-increment/auto-increment-offset

---- Files affected:
packages/mysql:
   mysqld.conf (1.34.2.8 -> 1.34.2.9) 

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.34.2.8 packages/mysql/mysqld.conf:1.34.2.9
--- packages/mysql/mysqld.conf:1.34.2.8	Mon Oct 27 12:25:11 2008
+++ packages/mysql/mysqld.conf	Wed Oct  7 14:28:44 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.34.2.8&r2=1.34.2.9&f=u



More information about the pld-cvs-commit mailing list