diff options
-rw-r--r-- | debian/additions/my.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf index 34fdd13c99d..4645e7c557a 100644 --- a/debian/additions/my.cnf +++ b/debian/additions/my.cnf @@ -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 |