List:Commits« Previous MessageNext Message »
From:jon Date:April 17 2007 4:06am
Subject:svn commit - mysqldoc@docsrva: r5913 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2007-04-17 06:05:28 +0200 (Tue, 17 Apr 2007)
New Revision: 5913

Log:

A couple of fixups of the NDB Protocol doc + reformat.

Added PDF version to repo.



Added:
   trunk/ndbapi/ndb-internals-ndb-protocol.pdf
Modified:
   trunk/ndbapi/ndb-internals-ndb-protocol.xml

Property changes on: trunk/ndbapi/ndb-internals-ndb-protocol.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Added: trunk/ndbapi/ndb-internals-ndb-protocol.pdf
===================================================================


Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 317 bytes


Modified: trunk/ndbapi/ndb-internals-ndb-protocol.xml
===================================================================
--- trunk/ndbapi/ndb-internals-ndb-protocol.xml	2007-04-16 23:36:05 UTC (rev 5912)
+++ trunk/ndbapi/ndb-internals-ndb-protocol.xml	2007-04-17 04:05:28 UTC (rev 5913)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 6; 1270 bytes

@@ -9,13 +9,17 @@
 
   <title>The NDB Protocol</title>
 
-  <para>
-    This document discusses the protocol used for communication between
-    data nodes and API nodes in an NDB Cluster to perform various
-    operations such as data reads and writes, committing and rolling
-    back transactions, and handling of transaction records.
-  </para>
+  <abstract>
 
+    <para>
+      This document discusses the protocol used for communication
+      between data nodes and API nodes in an NDB Cluster to perform
+      various operations such as data reads and writes, committing and
+      rolling back transactions, and handling of transaction records.
+    </para>
+
+  </abstract>
+
   <section id="ndb-internals-ndb-protocol-overview">
 
     <title><literal>NDB</literal> Protocol Overview</title>

@@ -352,6 +356,7 @@
       </orderedlist>
     </para>
 
+<!--
     <formalpara>
 
       <title><literal>KEYINFO</literal> structure</title>

@@ -398,6 +403,7 @@
       </para>
 
     </formalpara>
+-->
 
   </section>
 


Thread
svn commit - mysqldoc@docsrva: r5913 - trunk/ndbapijon17 Apr