List:Commits« Previous MessageNext Message »
From:jon Date:March 22 2007 4:57am
Subject:svn commit - mysqldoc@docsrva: r5497 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-03-22 05:57:16 +0100 (Thu, 22 Mar 2007)
New Revision: 5497

Log:

Documented fix for Cluster API Bug #24028 (5.1-mainline only).



Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-03-22 01:59:06 UTC (rev 5496)
+++ trunk/refman-5.1/news-5.1.xml	2007-03-22 04:57:16 UTC (rev 5497)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 908 bytes

@@ -1163,6 +1163,19 @@
           Bug #24630, Bug#26556)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal> (APIs): After defining a delete
+          operation using
+          (<literal>NdbOperation::deleteTuple()</literal>) on a
+          nonexistent primary key of a table having a
+          <literal>BLOB</literal> or <literal>TEXT</literal> column,
+          invoking <literal>NdbTransaction::execute()</literal> caused
+          the calling application to enter an endless loop rather than
+          raising an error. (Bug #24028)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r5497 - trunk/refman-5.1jon22 Mar