[packages/mysql] avoid deprecation message for myisam-recover

glen glen at pld-linux.org
Mon Dec 12 07:20:51 CET 2016


commit e5faa81c824dc1811b590f18126e756c37535dc3
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.7/en/server-options.html#option_mysqld_myisam-recover-options

 mysqld.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index a904c0a..658fb6d 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -197,10 +197,10 @@ 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.
+# http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_myisam-recover-options
 myisam-recover-options
-#
-#myisam_sort_buffer_size=4M
 
+#myisam_sort_buffer_size=4M
 
 # To completely disable InnoDB, use this option
 # this makes all innodb options being unknown options (including skip-innodb)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/e5faa81c824dc1811b590f18126e756c37535dc3



More information about the pld-cvs-commit mailing list