diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-07-05 09:29:34 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-07-05 09:29:34 +0200 |
commit | 19e03c683edb4de91756c11f11e3528dd064ce7b (patch) | |
tree | 5c9d6aae498e6cfd7b07ed27a4a5fba09543d937 /debian/additions/my.cnf | |
parent | 44d8fe96461c0605a53159fcdc4bf04a8e5c52b3 (diff) | |
download | mariadb-git-19e03c683edb4de91756c11f11e3528dd064ce7b.tar.gz |
The variable "table_cache" is deprecated, use the new name "table_open_cache" instead.
Thanks to Ivoz for pointing this out.
Diffstat (limited to 'debian/additions/my.cnf')
-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 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 |