List:Commits« Previous MessageNext Message »
From:jon Date:August 20 2007 1:24pm
Subject:svn commit - mysqldoc@docsrva: r7470 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2007-08-20 13:24:23 +0200 (Mon, 20 Aug 2007)
New Revision: 7470

Log:

Fixed Docs Bug #18190.



Modified:
   trunk/ndbapi/ndb-classes.xml


Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml	2007-08-20 10:03:24 UTC (rev 7469)
+++ trunk/ndbapi/ndb-classes.xml	2007-08-20 11:24:23 UTC (rev 7470)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 3; 1072 bytes

@@ -33616,9 +33616,7 @@
               <listitem>
                 <para>
                   <literal>-1</literal>: The attribute value is not
-                  defined, either due to an error, or because
-                  <literal>NdbTransaction::execute()</literal> has not
-                  yet been used.
+                  defined due to an error.
                 </para>
               </listitem>
 

@@ -33637,6 +33635,15 @@
               </listitem>
 
             </itemizedlist>
+
+            <important>
+              <para>
+                In the event that
+                <literal>NdbTransaction::execute()</literal> has not yet
+                been called, the value returned by
+                <literal>isNull()</literal> is not determined.
+              </para>
+            </important>
           </para>
 
         </formalpara>


Thread
svn commit - mysqldoc@docsrva: r7470 - trunk/ndbapijon20 Aug