]> git.pld-linux.org Git - packages/mysql.git/commitdiff
avoid deprecation message for myisam-recover
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:18:25 +0000 (08:18 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Dec 2016 06:20:26 +0000 (08:20 +0200)
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

index a904c0af47e6a952f131220d58e249ffa214d011..658fb6db3d088fa3b7c9b2e38a79beac142c60e7 100644 (file)
@@ -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)
This page took 0.062633 seconds and 4 git commands to generate.