packages (MYSQL_5_0): mysql/mysqld.conf - expire-logs-days sample

glen glen at pld-linux.org
Tue Oct 27 17:01:49 CET 2009


Author: glen                         Date: Tue Oct 27 16:01:49 2009 GMT
Module: packages                      Tag: MYSQL_5_0
---- Log message:
- expire-logs-days sample

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

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.34.2.9 packages/mysql/mysqld.conf:1.34.2.10
--- packages/mysql/mysqld.conf:1.34.2.9	Wed Oct  7 14:28:44 2009
+++ packages/mysql/mysqld.conf	Tue Oct 27 17:01:44 2009
@@ -65,6 +65,10 @@
 ; binary logging is required for replication
 ;log-bin=mysql-bin
 
+; If non-zero, binary logs will be purged after expire_logs_days days; possible
+; purges happen at startup and at binary log rotation.
+;expire-logs-days=30
+
 ; 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
================================================================

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



More information about the pld-cvs-commit mailing list