List:Internals« Previous MessageNext Message »
From:mhillyer Date:November 11 2005 6:53pm
Subject:svn commit - mysqldoc@docsrva: r314 - branches/MikePluggable/trunk/refman-5.1
View as plain text  
Author: mhillyer
Date: 2005-11-11 18:53:41 +0100 (Fri, 11 Nov 2005)
New Revision: 314

Log:
Few edits to the API reference.

Modified:
   branches/MikePluggable/trunk/refman-5.1/custom-engine.xml

Modified: branches/MikePluggable/trunk/refman-5.1/custom-engine.xml
===================================================================
--- branches/MikePluggable/trunk/refman-5.1/custom-engine.xml	2005-11-11 16:11:49 UTC (rev
313)
+++ branches/MikePluggable/trunk/refman-5.1/custom-engine.xml	2005-11-11 17:53:41 UTC (rev
314)
@@ -14011,7 +14011,7 @@
 
       <para>
         The server can do updates based on ordering if an ORDER BY
-        clause was used. Consecutive ordering is not guarenteed.
+        clause was used. Consecutive ordering is not guaranteed.
       </para>
 
       <para>
@@ -14048,16 +14048,10 @@
 
       <bridgehead>Return Values</bridgehead>
 
-      <itemizedlist>
+      <para>
+        There are no return values.
+      </para>
 
-        <listitem>
-          <para>
-            <literal/>
-          </para>
-        </listitem>
-
-      </itemizedlist>
-
       <bridgehead>Usage</bridgehead>
 
 <programlisting>
@@ -14179,9 +14173,11 @@
       </para>
 
       <para>
-        write_row() inserts a row. No extra() hint is given currently if
-        a bulk load is happening. buf is a byte array of data with a
-        size of table->s->reclength
+        <function>write_row()</function> inserts a row. No
+        <link
+         
linkend="custom-engine-api-reference-extra"><function>extra()</function></link>
+        hint is given currently if a bulk load is happening. buf is a
+        byte array of data with a size of table->s->reclength
       </para>
 
       <para>
@@ -14211,8 +14207,9 @@
       </para>
 
       <para>
-        See the note for update_row() on auto_increments and timestamps.
-        This case also applied to write_row().
+        See the note for <function>update_row()</function> on
+        auto_increments and timestamps. This case also applied to
+        write_row().
       </para>
 
       <para>
@@ -14235,16 +14232,10 @@
 
       <bridgehead>Return Values</bridgehead>
 
-      <itemizedlist>
+      <para>
+        There are no return values.
+      </para>
 
-        <listitem>
-          <para>
-            <literal/>
-          </para>
-        </listitem>
-
-      </itemizedlist>
-
       <bridgehead>Usage</bridgehead>
 
 <programlisting>

Thread
svn commit - mysqldoc@docsrva: r314 - branches/MikePluggable/trunk/refman-5.1mhillyer11 Nov