Commit f3e53298 authored by Christian Loos's avatar Christian Loos Committed by Sergey Vojtovich

switch from myisam_recover to myisam_recover_options

myisam_recover is only an alias for myisam_recover_options.
Use the option name instead of the alias is more correct.
This also avoids an note about the use of an alias instead of the option
name on every server start.
parent 089a586b
......@@ -62,7 +62,7 @@ max_heap_table_size = 32M
#
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched. On error, make copy and try a repair.
myisam_recover = BACKUP
myisam_recover_options = BACKUP
key_buffer_size = 128M
#open-files-limit = 2000
table_open_cache = 400
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment