diff options
author | jimw@mysql.com <> | 2005-10-13 11:05:59 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-10-13 11:05:59 -0700 |
commit | 8f659d05a2d4641b437973be577a6b1427920729 (patch) | |
tree | 25e5c14908053a09eaa62f1cd78d99b5900e6b62 /support-files/my-huge.cnf.sh | |
parent | 829a4831b1054a769ed34e111ab88be0619aa06e (diff) | |
download | mariadb-git-8f659d05a2d4641b437973be577a6b1427920729.tar.gz |
Fix typo (thread_cache should be thread_cache_size) in example
configuration files. (Bug #13811)
Diffstat (limited to 'support-files/my-huge.cnf.sh')
-rw-r--r-- | support-files/my-huge.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |