List:Commits« Previous MessageNext Message »
From:jon Date:September 6 2007 5:10pm
Subject:svn commit - mysqldoc@docsrva: r7728 - in trunk: ndbapi refman-5.1
View as plain text  
Author: jstephens
Date: 2007-09-06 17:10:29 +0200 (Thu, 06 Sep 2007)
New Revision: 7728

Log:

Correction in CGE-6.1.19 changelog.

Preliminary documentation of DUMP 7901.

Renamed DUMP code listing template file.



Removed:
   trunk/ndbapi/dump-code.xml
Renamed/Moved:
   trunk/ndbapi/dump-code-template.xml (from rev 7716, trunk/ndbapi/dump-code.xml)
Modified:
   trunk/ndbapi/ndb-internals.xml
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/ndbapi/ndb-internals.xml
===================================================================
--- trunk/ndbapi/ndb-internals.xml	2007-09-06 13:09:21 UTC (rev 7727)
+++ trunk/ndbapi/ndb-internals.xml	2007-09-06 15:10:29 UTC (rev 7728)
Changed blocks: 1, Lines Added: 62, Lines Deleted: 0; 1849 bytes

@@ -7402,6 +7402,68 @@
 
       </section>
 
+      <section id="ndb-internals-dump-command-7901">
+
+        <title><literal>DUMP 7901</literal></title>
+        
+        &mccge-warning-section;
+
+  <informaltable>
+          <tgroup cols="3">
+            <colspec colwidth="15*"/>
+            <colspec colwidth="30*"/>
+            <colspec colwidth="30*"/>
+            <tbody>
+              <row>
+                <entry><emphasis
role="bold">Code</emphasis></entry>
+                <entry><emphasis
role="bold">Symbol</emphasis></entry>
+                <entry><emphasis role="bold">Kernel
Block(s)</emphasis></entry>
+              </row>
+              <row>
+                <entry>7901</entry>
+                <entry><literal>---</literal></entry>
+                <entry><literal>DBDIH</literal>,
<literal>DBLQH</literal></entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </informaltable>
+
+        <formalpara>
+
+          <title>Description</title>
+
+          <para>
+            Provides timings of GCPs.
+          </para>
+
+        </formalpara>
+
+        <formalpara>
+
+          <title>Sample Output</title>
+
+          <para>
+<programlisting>
+...
+</programlisting>
+          </para>
+
+        </formalpara>
+
+        <formalpara>
+
+          <title>Additional Information</title>
+
+          <para>
+            Currently available only in MySQL 5.1.15-ndb-6.1.19 and
+            later &mccge-series; 6.1.<replaceable>x</replaceable>
+            releases.
+          </para>
+
+        </formalpara>
+
+      </section>
+
     </section>
 
     <section id="ndb-internals-dump-commands-8000-8999">


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-09-06 13:09:21 UTC (rev 7727)
+++ trunk/refman-5.1/news-5.1.xml	2007-09-06 15:10:29 UTC (rev 7728)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 730 bytes

@@ -12065,9 +12065,9 @@
 
         <listitem>
           <para>
-            An <literal>INFO</literal> event is now sent if time the
-            time between global checkpoints is excessive, or if error
-            7901 is encountered.
+            An <literal>INFO</literal> event is now sent if the time
+            between global checkpoints is excessive, or if <literal>DUMP
+            7901</literal> is issued in the management client.            
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7728 - in trunk: ndbapi refman-5.1jon6 Sep