List:Commits« Previous MessageNext Message »
From:jon Date:January 10 2007 3:24am
Subject:svn commit - mysqldoc@docsrva: r4427 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2007-01-10 04:24:12 +0100 (Wed, 10 Jan 2007)
New Revision: 4427

Log:
Deepcheck fixes.

Modified:
   trunk/ndbapi/mgm-api.xml
   trunk/ndbapi/ndb-classes.xml


Modified: trunk/ndbapi/mgm-api.xml
===================================================================
--- trunk/ndbapi/mgm-api.xml	2007-01-10 03:22:54 UTC (rev 4426)
+++ trunk/ndbapi/mgm-api.xml	2007-01-10 03:24:12 UTC (rev 4427)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 637 bytes

@@ -4640,9 +4640,10 @@
 
         <para>
           <informaltable>
-            <tgroup cols="2">
-              <colspec colwidth="50*"/>
-              <colspec colwidth="50*"/>
+            <tgroup cols="3">
+              <colspec colwidth="35*"/>
+              <colspec colwidth="35*"/>
+              <colspec colwidth="30*"/>
               <thead>
                 <row>
                   <entry>Category</entry>


Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml	2007-01-10 03:22:54 UTC (rev 4426)
+++ trunk/ndbapi/ndb-classes.xml	2007-01-10 03:24:12 UTC (rev 4427)
Changed blocks: 6, Lines Added: 9, Lines Deleted: 8; 2372 bytes

@@ -118,7 +118,7 @@
       to perform operations on different clusters in a single
       application. See the
       <link linkend="ndb-application-level-partitioning">Note
-      onApplication-Level Partitioning</link> for conditions and
+      on Application-Level Partitioning</link> for conditions and
       restrictions applying to such usage.
     </para>
 

@@ -1629,7 +1629,7 @@
 
     </formalpara>
 
-    <note id="ndb-application-level-partitioning">
+    <note>
       <indexterm>
         <primary>application-level partitioning</primary>
       </indexterm>

@@ -1638,7 +1638,7 @@
         <primary>multiple clusters</primary>
       </indexterm>
 
-      <para>
+      <para id="ndb-application-level-partitioning">
         There is no restriction against instantiating multiple
         <literal>Ndb_cluster_connection</literal> objects representing
         connections to different management servers in a single

@@ -1768,7 +1768,7 @@
     <informaltable>
       <tgroup cols="2">
         <colspec colwidth="45*"/>
-        <colspec colwidth="65*"/>
+        <colspec colwidth="55*"/>
         <thead>
           <row>
             <entry>Method</entry>

@@ -7377,10 +7377,11 @@
               the following table:
 
               <informaltable>
-                <tgroup cols="3">
+                <tgroup cols="4">
                   <colspec colwidth="25*"/>
                   <colspec colwidth="25*"/>
-                  <colspec colwidth="50*"/>
+                  <colspec colwidth="25*"/>
+                  <colspec colwidth="25*"/>
                   <thead>
                     <row>
                       <entry>Attribute</entry>

@@ -25998,11 +25999,11 @@
           </para>
         </important>
 
-        <formalpara id="class-ndbeventoperation-getvalue-memory">
+        <formalpara>
 
           <title><replaceable>value</replaceable> Buffer Memory Allocation</title>
 
-          <para>
+          <para id="class-ndbeventoperation-getvalue-memory">
             It is the application's responsibility to allocate
             sufficient memory for the <replaceable>value</replaceable>
             buffer (if not <literal>NULL</literal>), and this buffer


Thread
svn commit - mysqldoc@docsrva: r4427 - trunk/ndbapijon10 Jan