Author: jstephens
Date: 2009-03-05 15:10:02 +0100 (Thu, 05 Mar 2009)
New Revision: 14109
Log:
ndb_batch_size system variable wasn't listed as such (Thanks, HIngo!)
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.1/mysql-cluster-optvar-core.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2009-03-05 13:30:14 UTC (rev 14108)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2009-03-05 14:10:02 UTC (rev 14109)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 1; 751 bytes
@@ -13444,7 +13444,7 @@
</mysqloption>
- <mysqloption section="ndb" id="ndb-batch-size">
+ <mysqloption section="ndb" id="option_mysqld_ndb-batch-size">
<name>ndb-batch-size</name>
@@ -13455,6 +13455,7 @@
<types>
<optype class="cmdline" format="--ndb-batch-size"/>
<optype class="mycnf"/>
+ <vartype class="system" scope="global" isdynamic="no" format="ndb_batch_size"/>
</types>
<values vartype="numeric" platform="all">
Modified: trunk/refman-5.1/mysql-cluster-optvar-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-optvar-core.xml 2009-03-05 13:30:14 UTC (rev 14108)
+++ trunk/refman-5.1/mysql-cluster-optvar-core.xml 2009-03-05 14:10:02 UTC (rev 14109)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 1050 bytes
@@ -92,6 +92,27 @@
<itemizedlist>
<listitem>
+ <para id="option_mysqld_ndb-batch-size">
+ <indexterm>
+ <primary>mysqld</primary>
+ <secondary>ndb-batch-size option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>ndb-batch-size option</primary>
+ <secondary>mysqld</secondary>
+ </indexterm>
+
+ <option>--ndb-batch-size=<replaceable>#</replaceable></option>
+ </para>
+
+ <para>
+ This sets the size in bytes that is used for NDB transaction
+ batches.
+ </para>
+ </listitem>
+
+ <listitem>
<para id="option_mysqld_ndb-cluster-connection-pool">
<indexterm>
<primary>mysqld</primary>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14109 - in trunk: dynamic-docs/command-optvars refman-5.1 | jon.stephens | 5 Mar |