mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
The variable "table_cache" is deprecated, use the new name "table_open_cache" instead.
Thanks to Ivoz for pointing this out.
This commit is contained in:
2
debian/additions/my.cnf
vendored
2
debian/additions/my.cnf
vendored
@ -65,7 +65,7 @@ max_heap_table_size = 32M
|
||||
myisam_recover = BACKUP
|
||||
key_buffer_size = 128M
|
||||
#open-files-limit = 2000
|
||||
table_cache = 400
|
||||
table_open_cache = 400
|
||||
myisam_sort_buffer_size = 512M
|
||||
concurrent_insert = 2
|
||||
read_buffer_size = 2M
|
||||
|
Reference in New Issue
Block a user