Author: paul
Date: 2005-12-06 19:40:03 +0100 (Tue, 06 Dec 2005)
New Revision: 501
Log:
r4532@frost: paul | 2005-12-06 12:39:53 -0600
Document --bdb-{data,log}-direct server options.
Document myisam_use_mmap system variable.
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:4530
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4532
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2005-12-06 18:03:52 UTC (rev 500)
+++ trunk/refman-5.1/database-administration.xml 2005-12-06 18:40:03 UTC (rev 501)
@@ -7678,6 +7678,18 @@
<listitem>
<para>
+ <literal>myisam_use_mmap</literal>
+ </para>
+
+ <para>
+ Use memory mapping for reading and writing
+ <literal>MyISAM</literal> tables. This variable was added
+ in MySQL 5.1.4.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>multi_read_range</literal>
</para>
@@ -9230,6 +9242,11 @@
<entry><literal>GLOBAL</literal> | <literal>SESSION</literal></entry>
</row>
<row>
+ <entry><literal>myisam_use_mmap</literal></entry>
+ <entry>boolean</entry>
+ <entry><literal>GLOBAL</literal></entry>
+ </row>
+ <row>
<entry><literal>net_buffer_length</literal></entry>
<entry>numeric</entry>
<entry><literal>GLOBAL</literal> | <literal>SESSION</literal></entry>
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2005-12-06 18:03:52 UTC (rev 500)
+++ trunk/refman-5.1/storage-engines.xml 2005-12-06 18:40:03 UTC (rev 501)
@@ -2617,6 +2617,17 @@
<listitem>
<para>
+ <option>--bdb-data-direct</option>
+ </para>
+
+ <para>
+ Turn off system buffering of BDB database files to avoid
+ double caching. This option was added in MySQL 5.1.4.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--bdb-home=<replaceable>path</replaceable></option>
</para>
@@ -2644,6 +2655,17 @@
<listitem>
<para>
+ <option>--bdb-log-direct</option>
+ </para>
+
+ <para>
+ Turn off system buffering of BDB log files to avoid double
+ caching. This option was added in MySQL 5.1.4.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--bdb-logdir=<replaceable>path</replaceable></option>
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-06 18:03:52 UTC (rev 500)
+++ trunk/refman-common/news-5.1.xml 2005-12-06 18:40:03 UTC (rev 501)
@@ -54,6 +54,19 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Added the <literal>myisam_use_mmap</literal> system variable.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added the <option>--bdb-data-direct</option> and
+ <option>--bdb-log-direct</option> server options.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r501 - in trunk: . refman-5.1 refman-common | paul | 6 Dec |