[packages/mysql/MYSQL_5_6] avoid deprecation message for myisam-recover
glen
glen at pld-linux.org
Mon Dec 12 07:19:19 CET 2016
commit 96dc172711a4ef599355059944cb4c245fe08453
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Dec 12 08:18:25 2016 +0200
avoid deprecation message for myisam-recover
rename to myisam-recover-options
[Warning] Using unique option prefix myisam-recover instead of
myisam-recover-options is deprecated and will be removed in a future
release. Please use the full name instead.
http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_myisam-recover-options
mysqld.conf | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index 3e717ad..9c4a541 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -195,8 +195,9 @@ slow-query-log-file = /var/log/mysql/slow.log
#delay-key-write-for-all-tables
# Repair automatically on open if the table wasn't closed properly.
-myisam-recover
-#
+# http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_myisam-recover-options
+myisam-recover-options
+
#myisam_sort_buffer_size=4M
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/96dc172711a4ef599355059944cb4c245fe08453
More information about the pld-cvs-commit
mailing list