Below is the list of changes that have just been committed into a local
5.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.1956 05/11/11 11:41:23 jimw@stripped +2 -0
Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf to
be the same as the suggested innodb_buffer_pool_size.
support-files/my-medium.cnf.sh
1.23 05/11/11 11:40:12 jimw@stripped +1 -1
Increase bdb_cache_size
support-files/my-large.cnf.sh
1.24 05/11/11 11:40:07 jimw@stripped +1 -1
Increase bdb_cache_size
# 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-5.1-clean
--- 1.23/support-files/my-large.cnf.sh 2005-10-31 01:42:29 -08:00
+++ 1.24/support-files/my-large.cnf.sh 2005-11-11 11:40:07 -08:00
@@ -115,7 +115,7 @@
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
-#bdb_cache_size = 64M
+#bdb_cache_size = 256M
#bdb_max_lock = 100000
# Uncomment the following if you are using InnoDB tables
--- 1.22/support-files/my-medium.cnf.sh 2005-01-10 15:15:58 -08:00
+++ 1.23/support-files/my-medium.cnf.sh 2005-11-11 11:40:12 -08:00
@@ -113,7 +113,7 @@
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
-#bdb_cache_size = 4M
+#bdb_cache_size = 16M
#bdb_max_lock = 10000
# Uncomment the following if you are using InnoDB tables
| Thread |
|---|
| • bk commit into 5.1 tree (jimw:1.1956) | Jim Winstead | 11 Nov |