From 8f659d05a2d4641b437973be577a6b1427920729 Mon Sep 17 00:00:00 2001 From: "jimw@mysql.com" <> Date: Thu, 13 Oct 2005 11:05:59 -0700 Subject: Fix typo (thread_cache should be thread_cache_size) in example configuration files. (Bug #13811) --- support-files/my-huge.cnf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support-files/my-huge.cnf.sh') diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index d25686f1c21..06683994a72 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -33,7 +33,7 @@ sort_buffer_size = 2M read_buffer_size = 2M read_rnd_buffer_size = 8M myisam_sort_buffer_size = 64M -thread_cache = 8 +thread_cache_size = 8 query_cache_size = 32M # Try number of CPU's*2 for thread_concurrency thread_concurrency = 8 -- cgit v1.2.1