packages: mysql/mysqld.conf - expire-logs-days sample
glen
glen at pld-linux.org
Tue Oct 27 17:02:46 CET 2009
Author: glen Date: Tue Oct 27 16:02:46 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- expire-logs-days sample
---- Files affected:
packages/mysql:
mysqld.conf (1.49 -> 1.50)
---- Diffs:
================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.49 packages/mysql/mysqld.conf:1.50
--- packages/mysql/mysqld.conf:1.49 Wed Oct 7 14:29:29 2009
+++ packages/mysql/mysqld.conf Tue Oct 27 17:02:41 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.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list