List:Commits« Previous MessageNext Message »
From:jon Date:May 15 2007 6:15am
Subject:svn commit - mysqldoc@docsrva: r6457 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-05-15 08:15:46 +0200 (Tue, 15 May 2007)
New Revision: 6457

Log:

Documented fix for Bug #20535 (Cluster/NDB API).



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-05-15 06:00:29 UTC (rev 6456)
+++ trunk/refman-5.1/news-5.1.xml	2007-05-15 06:15:46 UTC (rev 6457)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 0; 1232 bytes

@@ -84,6 +84,15 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal> (APIs): In a multi-operation
+          transaction, a delete operation followed by the insertion of
+          an implicit <literal>NULL</literal> failed to overwrite an
+          existing value. (Bug #20535)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           It was not possible to use the value
           <literal>&minus;9223372036854775808</literal> (that is,
           <literal>&minus;MAXVALUE &plus; 1</literal>) when specifying a

@@ -6458,6 +6467,15 @@
       </para>
 
       <itemizedlist>
+      
+      <listitem>
+        <para>
+          <emphasis role="bold">Cluster APIs</emphasis>: In a
+          multi-operation transaction, a delete operation followed by
+          the insertion of an implicit <literal>NULL</literal> failed to
+          overwrite an existing value. (Bug #20535)
+        </para>
+      </listitem>
 
         <listitem>
           <para>


Thread
svn commit - mysqldoc@docsrva: r6457 - trunk/refman-5.1jon15 May