mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02: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:
parent
44d8fe9646
commit
19e03c683e
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue