]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- do not group log-output with slow-query-log entries
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Mar 2011 11:19:58 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.56

mysqld.conf

index 66fe921539602c0add4e0aa58778b20b36caa69d..0a5ed0777a4e452e3b06203d418c2a15dd8e23a1 100644 (file)
@@ -92,6 +92,9 @@ skip-networking
 #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-warnings = 2
 # 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
This page took 0.037086 seconds and 4 git commands to generate.