From: Date: November 22 2005 10:50pm
Subject: svn commit - mysqldoc@docsrva: r394 - in trunk: . refman-5.1 refman-common
List-Archive: http://lists.mysql.com/internals/32559
Message-Id: <200511222150.jAMLoYZA026322@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2005-11-22 22:50:33 +0100 (Tue, 22 Nov 2005)
New Revision: 394
Log:
r1193@kite-hub: paul | 2005-11-22 15:50:20 -0600
Document bugfixes:
Bug#14876
Bug#14895
Modified:
trunk/
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/storage-engines.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3987
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1191
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3987
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1193
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2005-11-22 21:27:23 UTC (rev 393)
+++ trunk/refman-5.1/database-administration.xml 2005-11-22 21:50:33 UTC (rev 394)
@@ -5796,10 +5796,12 @@
The size of the buffer that is allocated for caching
- indexes and rows for BDB tables. If you
- don't use BDB tables, you should start
- mysqld with
- to not waste memory for this cache.
+ indexes and rows for BDB tables. Some
+ systems support setting this variable larger than 4GB. If
+ you don't use BDB tables, you should
+ start mysqld with
+ to not waste memory for this
+ cache.
@@ -5869,7 +5871,9 @@
The size of the underlying logging area of the
- BDB environment. Added in MySQL 5.1.2.
+ BDB environment. This is the size of
+ the memory pool used for storing the filenames used in a
+ transaction. Added in MySQL 5.1.2.
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2005-11-22 21:27:23 UTC (rev 393)
+++ trunk/refman-5.1/storage-engines.xml 2005-11-22 21:50:33 UTC (rev 394)
@@ -732,7 +732,9 @@
Additional resources
+
+
For the MyISAM storage engine, there's a
@@ -740,6 +742,7 @@
.
+
@@ -2030,7 +2033,9 @@
Additional resources
+
+
For the MERGE storage engine, there's a
@@ -2038,6 +2043,7 @@
.
+
@@ -2351,7 +2357,9 @@
Additional resources
+
+
For the MEMORY storage engine, there's a
@@ -2359,9 +2367,10 @@
.
+
-
+
@@ -2626,8 +2635,10 @@
The BDB lock detection method. The option
value should be DEFAULT,
- OLDEST, RANDOM, or
- YOUNGEST.
+ OLDEST, RANDOM,
+ YOUNGEST, MAXLOCKS,
+ MINLOCKS, MAXWRITE, or
+ MINWRITE.
@@ -3316,14 +3327,17 @@
Additional resources
+
+
- For the FEDERATED storage engine, there's a
- dedicated forum available on
+ For the FEDERATED storage engine, there's
+ a dedicated forum available on
.
+
@@ -3567,14 +3581,17 @@
Additional resources
+
+
- For the FEDERATED storage engine, there's a
- dedicated forum available on
+ For the FEDERATED storage engine,
+ there's a dedicated forum available on
.
+
@@ -3807,7 +3824,9 @@
Additional resources
+
+
For the ARCHIVE storage engine, there's a
@@ -3815,9 +3834,10 @@
.
+
-
+
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-11-22 21:27:23 UTC (rev 393)
+++ trunk/refman-common/news-5.1.xml 2005-11-22 21:50:33 UTC (rev 394)
@@ -79,8 +79,19 @@
+ Added MAXLOCKS,
+ MINLOCKS, MAXWRITE, and
+ MINWRITE as allowable values of the
+ option. (Bug #14876)
+
+
+
+
+
Added the bdb_cache_parts and
- bdb_region_size system variables.
+ bdb_region_size system variables, and
+ allowed bdb_cache_size to be larger than
+ 4GB on systems that support it. (Bug #14895)