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:
parent
089a586b43
commit
f3e5329846
2
debian/additions/my.cnf
vendored
2
debian/additions/my.cnf
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user