[debian-mysql] [PATCH] Updated d/additions/my.cnf to replace deprecated option key_buffer with new option key_buffer_size (Closes: #777668)
Akhil Mohan
akhil.mohan at oracle.com
Wed Feb 11 11:31:18 UTC 2015
---
debian/additions/my.cnf | 4 ++--
debian/changelog | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf
index c2390e8..f173b7d 100644
--- a/debian/additions/my.cnf
+++ b/debian/additions/my.cnf
@@ -48,7 +48,7 @@ bind-address = 127.0.0.1
#
# * Fine Tuning
#
-key_buffer = 16M
+key_buffer_size = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
@@ -119,7 +119,7 @@ max_allowed_packet = 16M
#no-auto-rehash # faster start of mysql but no tab completition
[isamchk]
-key_buffer = 16M
+key_buffer_size = 16M
#
# * IMPORTANT: Additional settings that can override those from this file!
diff --git a/debian/changelog b/debian/changelog
index 1dbbe42..d8b1d9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,11 @@ mysql-5.5 (5.5.42-1) unstable; urgency=medium
* 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)
+ * Updated d/additions/my.cnf to replace deprecated option key_buffer
+ with new option key_buffer_size
+ (Closes: #777668)
- -- James Page <james.page at ubuntu.com> Mon, 09 Feb 2015 14:12:44 +0000
+ -- Akhil Mohan <akhil.mohan at oracle.com> Wed, 11 Feb 2015 16:47:44 +0530
mysql-5.5 (5.5.40-1) unstable; urgency=medium
--
2.1.0
More information about the pkg-mysql-maint
mailing list