[debian-mysql] [PATCH 1/2] Example option in log_slow_queries d/additions/my.cnf is deprecated and replaced with options slow_query_log_file and slow_query_log (Closes: #677222)

Akhil Mohan akhil.mohan at oracle.com
Wed Jan 28 20:12:37 UTC 2015


---
 debian/additions/my.cnf | 5 +++--
 debian/changelog        | 8 +++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf
index 4df5bd0..c2390e8 100644
--- a/debian/additions/my.cnf
+++ b/debian/additions/my.cnf
@@ -77,9 +77,10 @@ query_cache_size        = 16M
 log_error = /var/log/mysql/error.log
 #
 # Here you can see queries with especially long duration
-#log_slow_queries	= /var/log/mysql/mysql-slow.log
+#slow_query_log_file = /var/log/mysql/mysql-slow.log
+#slow_query_log      = 1
 #long_query_time = 2
-#log-queries-not-using-indexes
+#log_queries_not_using_indexes
 #
 # The following can be used as easy to replay backup logs or for replication.
 # note: if you are setting up a replication slave, see README.Debian about
diff --git a/debian/changelog b/debian/changelog
index e61c97d..706c05a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
 mysql-5.5 (5.5.41-1) UNRELEASED; urgency=medium
 
+  [ James Page ]
   * SECURITY UPDATE: Update to 5.5.41 to fix security issues:
     - http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html
     - CVE-2015-0411, CVE-2015-0382, CVE-2015-0381, CVE-2015-0432,
       CVE-2014-6568, CVE-2015-0374
     (Closes: #775881).
 
- -- James Page <james.page at ubuntu.com>  Wed, 21 Jan 2015 11:04:41 +0000
+  [ Akhil Mohan ]
+  * Example option in log_slow_queries d/additions/my.cnf is deprecated
+    and replaced with options slow_query_log_file and slow_query_log
+    (Closes: #677222)
+
+ -- Akhil Mohan <akhil.mohan at oracle.com>  Wed, 28 Jan 2015 19:40:41 +0530
 
 mysql-5.5 (5.5.40-1) unstable; urgency=medium
 
-- 
2.1.0




More information about the pkg-mysql-maint mailing list