List:Internals« Previous MessageNext Message »
From:paul Date:November 22 2005 10:50pm
Subject:svn commit - mysqldoc@docsrva: r394 - in trunk: . refman-5.1 refman-common
View as plain text  
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 @@
 
             <para>
               The size of the buffer that is allocated for caching
-              indexes and rows for <literal>BDB</literal> tables. If you
-              don't use <literal>BDB</literal> tables, you should start
-              <command>mysqld</command> with
<option>--skip-bdb</option>
-              to not waste memory for this cache.
+              indexes and rows for <literal>BDB</literal> tables. Some
+              systems support setting this variable larger than 4GB. If
+              you don't use <literal>BDB</literal> tables, you should
+              start <command>mysqld</command> with
+              <option>--skip-bdb</option> to not waste memory for this
+              cache.
             </para>
           </listitem>
 
@@ -5869,7 +5871,9 @@
 
             <para>
               The size of the underlying logging area of the
-              <literal>BDB</literal> environment. Added in MySQL 5.1.2.
+              <literal>BDB</literal> environment. This is the size of
+              the memory pool used for storing the filenames used in a
+              transaction. Added in MySQL 5.1.2.
             </para>
           </listitem>
 

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 @@
 
     <para>
       <emphasis role="bold">Additional resources</emphasis>
+
       <itemizedlist>
+
         <listitem>
           <para>
             For the <literal>MyISAM</literal> storage engine, there's a
@@ -740,6 +742,7 @@
             <ulink url="http://forums.mysql.com/list.php?21"/>.
           </para>
         </listitem>
+
       </itemizedlist>
     </para>
 
@@ -2030,7 +2033,9 @@
 
       <para>
         <emphasis role="bold">Additional resources</emphasis>
+
         <itemizedlist>
+
           <listitem>
             <para>
               For the <literal>MERGE</literal> storage engine, there's a
@@ -2038,6 +2043,7 @@
               <ulink url="http://forums.mysql.com/list.php?93"/>.
             </para>
           </listitem>
+
         </itemizedlist>
       </para>
 
@@ -2351,7 +2357,9 @@
 
     <para>
       <emphasis role="bold">Additional resources</emphasis>
+
       <itemizedlist>
+
         <listitem>
           <para>
             For the <literal>MEMORY</literal> storage engine, there's a
@@ -2359,9 +2367,10 @@
             <ulink url="http://forums.mysql.com/list.php?92"/>.
           </para>
         </listitem>
+
       </itemizedlist>
     </para>
-    
+
   </section>
 
   <section id="bdb-storage-engine">
@@ -2626,8 +2635,10 @@
           <para>
             The <literal>BDB</literal> lock detection method. The option
             value should be <literal>DEFAULT</literal>,
-            <literal>OLDEST</literal>, <literal>RANDOM</literal>,
or
-            <literal>YOUNGEST</literal>.
+            <literal>OLDEST</literal>, <literal>RANDOM</literal>,
+            <literal>YOUNGEST</literal>,
<literal>MAXLOCKS</literal>,
+            <literal>MINLOCKS</literal>,
<literal>MAXWRITE</literal>, or
+            <literal>MINWRITE</literal>.
           </para>
         </listitem>
 
@@ -3316,14 +3327,17 @@
 
     <para>
       <emphasis role="bold">Additional resources</emphasis>
+
       <itemizedlist>
+
         <listitem>
           <para>
-            For the <literal>FEDERATED</literal> storage engine, there's a
-            dedicated forum available on
+            For the <literal>FEDERATED</literal> storage engine, there's
+            a dedicated forum available on
             <ulink url="http://forums.mysql.com/list.php?105"/>.
           </para>
         </listitem>
+
       </itemizedlist>
     </para>
 
@@ -3567,14 +3581,17 @@
 
       <para>
         <emphasis role="bold">Additional resources</emphasis>
+
         <itemizedlist>
+
           <listitem>
             <para>
-              For the <literal>FEDERATED</literal> storage engine, there's a
-              dedicated forum available on
+              For the <literal>FEDERATED</literal> storage engine,
+              there's a dedicated forum available on
               <ulink url="http://forums.mysql.com/list.php?105"/>.
             </para>
           </listitem>
+
         </itemizedlist>
       </para>
 
@@ -3807,7 +3824,9 @@
 
     <para>
       <emphasis role="bold">Additional resources</emphasis>
+
       <itemizedlist>
+
         <listitem>
           <para>
             For the <literal>ARCHIVE</literal> storage engine, there's a
@@ -3815,9 +3834,10 @@
             <ulink url="http://forums.mysql.com/list.php?112"/>.
           </para>
         </listitem>
+
       </itemizedlist>
     </para>
-    
+
   </section>
 
   <section id="csv-storage-engine">

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 @@
 
       <listitem>
         <para>
+          Added <literal>MAXLOCKS</literal>,
+          <literal>MINLOCKS</literal>,
<literal>MAXWRITE</literal>, and
+          <literal>MINWRITE</literal> as allowable values of the
+          <option>--bdb-lock-detect</option> option. (Bug #14876)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Added the <literal>bdb_cache_parts</literal> and
-          <literal>bdb_region_size</literal> system variables.
+          <literal>bdb_region_size</literal> system variables, and
+          allowed <literal>bdb_cache_size</literal> to be larger than
+          4GB on systems that support it. (Bug #14895)
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r394 - in trunk: . refman-5.1 refman-commonpaul22 Nov