diff options
author | unknown <jimw@mysql.com> | 2005-10-13 11:05:59 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-10-13 11:05:59 -0700 |
commit | ab90b23a87ecb4fad984d59585367dc00b4e1282 (patch) | |
tree | 25e5c14908053a09eaa62f1cd78d99b5900e6b62 /support-files/my-large.cnf.sh | |
parent | c8067ec8489dfc1ee96ba89100a9ef067578ffca (diff) | |
download | mariadb-git-ab90b23a87ecb4fad984d59585367dc00b4e1282.tar.gz |
Fix typo (thread_cache should be thread_cache_size) in example
configuration files. (Bug #13811)
support-files/my-huge.cnf.sh:
Fix name of thread_cache_size setting.
support-files/my-innodb-heavy-4G.cnf.sh:
Fix name of thread_cache_size setting.
support-files/my-large.cnf.sh:
Fix name of thread_cache_size setting.
Diffstat (limited to 'support-files/my-large.cnf.sh')
-rw-r--r-- | support-files/my-large.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 59aca4b32f2..85151eb1077 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -33,7 +33,7 @@ sort_buffer_size = 1M read_buffer_size = 1M read_rnd_buffer_size = 4M myisam_sort_buffer_size = 64M -thread_cache = 8 +thread_cache_size = 8 query_cache_size= 16M # Try number of CPU's*2 for thread_concurrency thread_concurrency = 8 |