]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
Update to new directive names (old one are deprecated).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 29 Oct 2008 08:51:27 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.46

mysqld.conf

index 2a243a4c9d044b97f8f08d630db4fd8bf3d1e520..42c86a8403b4024cb10ba4abdf1b178e65764840 100644 (file)
@@ -88,11 +88,13 @@ log-error = /var/log/mysql/mysqld.log
 log-warnings = 2
 
 ; Log slow queries
-log-slow-queries = /var/log/mysql/slow.log
+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
-;log = /var/log/mysql/query.log
+;general-log
+;general-log-file = /var/log/mysql/log
 
 ; Log all updates.
 ;log-update = /var/log/mysql/update
This page took 0.090032 seconds and 4 git commands to generate.