List:Commits« Previous MessageNext Message »
From:jon Date:February 25 2008 1:21pm
Subject:svn commit - mysqldoc@docsrva: r10003 - in trunk: dynamic-docs/command-optvars refman-5.1
View as plain text  
Author: jstephens
Date: 2008-02-25 14:21:41 +0100 (Mon, 25 Feb 2008)
New Revision: 10003

Log:

Added link/description for Ndb_execute_count variable (Thanks, Jeb!)



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	2008-02-25 00:15:07 UTC (rev 10002)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-02-25 13:21:41 UTC (rev 10003)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 491 bytes

@@ -13440,6 +13440,8 @@
 
   <mysqloption section="ndb" id="ndb_execute_count">
 
+    <xrefto id="option_mysqld_Ndb_execute_count"/>
+
     <name>Ndb_execute_count</name>
 
     <shortdescription lang="en">


Modified: trunk/refman-5.1/mysql-cluster-optvar-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-optvar-core.xml	2008-02-25 00:15:07 UTC (rev 10002)
+++ trunk/refman-5.1/mysql-cluster-optvar-core.xml	2008-02-25 13:21:41 UTC (rev 10003)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 789 bytes

@@ -702,6 +702,17 @@
       </listitem>
 
       <listitem>
+        <para id="option_mysqld_Ndb_execute_count">
+          <literal>Ndb_execute_count</literal>
+        </para>
+
+        <para>
+          Provides the number of round trips to the NDB kernel made by
+          operations. Added in MySQL 5.1.22-ndb-6.3.6.
+        </para>
+      </listitem>
+
+      <listitem>
         <para id="option_mysqld_Ndb_number_of_data_nodes">
           <literal>Ndb_number_of_data_nodes</literal>
         </para>


Thread
svn commit - mysqldoc@docsrva: r10003 - in trunk: dynamic-docs/command-optvars refman-5.1jon25 Feb