Author: jstephens
Date: 2008-02-15 11:42:01 +0100 (Fri, 15 Feb 2008)
New Revision: 9846
Log:
References to multi_range_count system variable were mistakenly
duplicated as multi_read_range
Fixed validation error in changelog (<seealso> -> <seealsobug>)
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-02-15 10:27:47 UTC (rev 9845)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-02-15 10:42:01 UTC (rev 9846)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 651 bytes
@@ -91306,7 +91306,7 @@
<message>
<para>
- Added <literal>multi_read_range</literal> system variable.
+ Added the <literal>multi_range_count</literal> system variable.
</para>
</message>
@@ -100345,7 +100345,7 @@
<bugs>
<fixes bugid="24732"/>
- <seealso bugid="22563"/>
+ <seealsobug bugid="22563"/>
</bugs>
<versions>
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2008-02-15 10:27:47 UTC (rev 9845)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2008-02-15 10:42:01 UTC (rev 9846)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 32; 1187 bytes
@@ -13126,38 +13126,6 @@
</mysqloption>
- <mysqloption section="server" id="multi_read_range">
-
- <xrefto id="option_mysqld_multi_read_range"/>
-
- <name>multi_read_range</name>
-
- <shortdescription lang="en">
- Specifies the maximum number of ranges to send to a storage engine
- during range selects
- </shortdescription>
-
- <types>
- <optype class="cmdline" format="--multi_read_range=#" setvar="multi_read_range"/>
- <optype class="mycnf"/>
- <vartype isdynamic="yes" class="system" scope="both"/>
- </types>
-
- <values vartype="numeric" platform="all">
-
- <value default="256"/>
-
- </values>
-
- <versions>
- <manual version="5.0"/>
- <introduced version="5.0.3"/>
- <manual version="5.1"/>
- <manual version="6.0"/>
- </versions>
-
- </mysqloption>
-
<mysqloption section="myisam" id="myisam_use_mmap">
<!-- check 5.1 manual -->
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-02-15 10:27:47 UTC (rev 9845)
+++ trunk/refman-5.0/dba-core.xml 2008-02-15 10:42:01 UTC (rev 9846)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 19; 1256 bytes
@@ -6039,25 +6039,6 @@
</listitem>
<listitem>
- <para id="option_mysqld_multi_read_range">
- <literal>multi_read_range</literal>
- </para>
-
- <para condition="dynamic:optvar:item" role="5.0:mysqld:multi_read_range"/>
-
- <para>
- Specifies the maximum number of ranges to send to a storage
- engine during range selects. The default value is 256.
- Sending multiple ranges to an engine is a feature that can
- improve the performance of certain selects dramatically,
- particularly for <literal>NDBCLUSTER</literal>. This engine
- needs to send the range requests to all nodes, and sending
- many of those requests at once reduces the communication
- costs significantly. This variable was added in MySQL 5.0.3.
- </para>
- </listitem>
-
- <listitem>
<para id="option_mysqld_named_pipe">
<literal>named_pipe</literal>
</para>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-02-15 10:27:47 UTC (rev 9845)
+++ trunk/refman-5.1/dba-core.xml 2008-02-15 10:42:01 UTC (rev 9846)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 19; 1216 bytes
@@ -6286,25 +6286,6 @@
</listitem>
<listitem>
- <para id="option_mysqld_multi_read_range">
- <literal>multi_read_range</literal>
- </para>
-
- <para condition="dynamic:optvar:item" role="5.1:mysqld:multi_read_range"/>
-
- <para>
- Specifies the maximum number of ranges to send to a storage
- engine during range selects. The default value is 256.
- Sending multiple ranges to an engine is a feature that can
- improve the performance of certain selects dramatically,
- particularly for <literal>NDBCLUSTER</literal>. This engine
- needs to send the range requests to all nodes, and sending
- many of those requests at once reduces the communication
- costs significantly.
- </para>
- </listitem>
-
- <listitem>
<para id="option_mysqld_named_pipe">
<literal>named_pipe</literal>
</para>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-02-15 10:27:47 UTC (rev 9845)
+++ trunk/refman-6.0/dba-core.xml 2008-02-15 10:42:01 UTC (rev 9846)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 19; 1216 bytes
@@ -6130,25 +6130,6 @@
</listitem>
<listitem>
- <para id="option_mysqld_multi_read_range">
- <literal>multi_read_range</literal>
- </para>
-
- <para condition="dynamic:optvar:item" role="6.0:mysqld:multi_read_range"/>
-
- <para>
- Specifies the maximum number of ranges to send to a storage
- engine during range selects. The default value is 256.
- Sending multiple ranges to an engine is a feature that can
- improve the performance of certain selects dramatically,
- particularly for <literal>NDBCLUSTER</literal>. This engine
- needs to send the range requests to all nodes, and sending
- many of those requests at once reduces the communication
- costs significantly.
- </para>
- </listitem>
-
- <listitem>
<para id="option_mysqld_named_pipe">
<literal>named_pipe</literal>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9846 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-5.0 refman-5.1 refman-6.0 | jon | 15 Feb |