1
0
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:
unknown
2012-07-05 09:29:34 +02:00
parent 44d8fe9646
commit 19e03c683e

View File

@ -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