summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-10-28 18:43:52 -0700
committerunknown <jimw@mysql.com>2005-10-28 18:43:52 -0700
commita6aff9ecf9d3574ec1fb85ee80d3f40d293781cf (patch)
tree694e7a0fbc0927f079ad2e874c1b4e282148b055 /support-files
parent693320149f9c4543b1d394ed11439750ca46591f (diff)
parentab90b23a87ecb4fad984d59585367dc00b4e1282 (diff)
downloadmariadb-git-a6aff9ecf9d3574ec1fb85ee80d3f40d293781cf.tar.gz
Merge mysql.com:/home/jimw/my/mysql-4.1-13811
into mysql.com:/home/jimw/my/mysql-4.1-clean
Diffstat (limited to 'support-files')
-rw-r--r--support-files/my-huge.cnf.sh2
-rw-r--r--support-files/my-innodb-heavy-4G.cnf.sh2
-rw-r--r--support-files/my-large.cnf.sh2
3 files changed, 3 insertions, 3 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
diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh
index 062d106ce6a..4204e172016 100644
--- a/support-files/my-innodb-heavy-4G.cnf.sh
+++ b/support-files/my-innodb-heavy-4G.cnf.sh
@@ -128,7 +128,7 @@ join_buffer_size = 8M
# the amount of thread creations needed if you have a lot of new
# connections. (Normally this doesn't give a notable performance
# improvement if you have a good thread implementation.)
-thread_cache = 8
+thread_cache_size = 8
# This permits the application to give the threads system a hint for the
# desired number of threads that should be run at the same time. This
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