From 19e03c683edb4de91756c11f11e3528dd064ce7b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Jul 2012 09:29:34 +0200 Subject: [PATCH] The variable "table_cache" is deprecated, use the new name "table_open_cache" instead. Thanks to Ivoz for pointing this out. --- debian/additions/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf index fd9bcf19977..a27f8543f0b 100644 --- a/debian/additions/my.cnf +++ b/debian/additions/my.cnf @@ -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