From: Date: October 13 2005 8:06pm Subject: bk commit into 4.1 tree (jimw:1.2479) BUG#13811 List-Archive: http://lists.mysql.com/internals/31053 X-Bug: 13811 Message-Id: <20051013180606.7C112A837B@rama.trainedmonkey.com> Below is the list of changes that have just been committed into a local 4.1 repository of jimw. When jimw does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2479 05/10/13 11:05:59 jimw@stripped +3 -0 Fix typo (thread_cache should be thread_cache_size) in example configuration files. (Bug #13811) support-files/my-large.cnf.sh 1.22 05/10/13 11:05:56 jimw@stripped +1 -1 Fix name of thread_cache_size setting. support-files/my-innodb-heavy-4G.cnf.sh 1.8 05/10/13 11:05:56 jimw@stripped +1 -1 Fix name of thread_cache_size setting. support-files/my-huge.cnf.sh 1.23 05/10/13 11:05:56 jimw@stripped +1 -1 Fix name of thread_cache_size setting. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jimw # Host: rama.(none) # Root: /home/jimw/my/mysql-4.1-13811 --- 1.22/support-files/my-huge.cnf.sh 2004-06-17 18:38:56 -07:00 +++ 1.23/support-files/my-huge.cnf.sh 2005-10-13 11:05:56 -07:00 @@ -33,7 +33,7 @@ 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 --- 1.21/support-files/my-large.cnf.sh 2004-06-17 18:38:56 -07:00 +++ 1.22/support-files/my-large.cnf.sh 2005-10-13 11:05:56 -07:00 @@ -33,7 +33,7 @@ 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 --- 1.7/support-files/my-innodb-heavy-4G.cnf.sh 2004-12-17 19:24:48 -08:00 +++ 1.8/support-files/my-innodb-heavy-4G.cnf.sh 2005-10-13 11:05:56 -07:00 @@ -128,7 +128,7 @@ # 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