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.
This commit is contained in:
Christian Loos 2015-12-03 13:31:33 +01:00 committed by Sergey Vojtovich
parent 089a586b43
commit f3e5329846

View File

@ -62,7 +62,7 @@ max_heap_table_size = 32M
# #
# This replaces the startup script and checks MyISAM tables if needed # 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. # 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 key_buffer_size = 128M
#open-files-limit = 2000 #open-files-limit = 2000
table_open_cache = 400 table_open_cache = 400