packages: mysql/mysqld.conf - do not group log-output with slow-query-log e...

glen glen at pld-linux.org
Thu Mar 10 12:20:03 CET 2011


Author: glen                         Date: Thu Mar 10 11:20:03 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not group log-output with slow-query-log entries

---- Files affected:
packages/mysql:
   mysqld.conf (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.55 packages/mysql/mysqld.conf:1.56
--- packages/mysql/mysqld.conf:1.55	Thu Mar 10 09:11:42 2011
+++ packages/mysql/mysqld.conf	Thu Mar 10 12:19:58 2011
@@ -92,6 +92,9 @@
 #binlog-ignore-db=mysql
 #binlog-ignore-db=test
 
+# global option where logs be written
+log-output = FILE
+
 # mysqld error log (stderr)
 log-error = /var/log/mysql/mysqld.log
 log-warnings = 2
@@ -99,7 +102,6 @@
 # Log slow queries
 slow-query-log
 slow-query-log_file = /var/log/mysql/slow.log
-log-output = FILE
 
 # Log connections and queries. It slows down MySQL so it's disabled by default
 #general-log
================================================================

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



More information about the pld-cvs-commit mailing list