List:Commits« Previous MessageNext Message »
From:jon Date:December 6 2006 5:45am
Subject:svn commit - mysqldoc@docsrva: r4115 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-12-06 05:45:12 +0100 (Wed, 06 Dec 2006)
New Revision: 4115

Log:

Documenting fixes for Bug #18487 & Bug #19808 (both Cluster)



Modified:
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2006-12-05 20:11:29 UTC (rev 4114)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2006-12-06 04:45:12 UTC (rev 4115)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 672 bytes

@@ -60,6 +60,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: A unique constraint violation
+          was not ignored by an <literal>UPDATE IGNORE</literal>
+          statement when the constraint violation occurred on a
+          non-primary key. (Bug #18487)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-12-05 20:11:29 UTC (rev 4114)
+++ trunk/refman-5.1/news-5.1.xml	2006-12-06 04:45:12 UTC (rev 4115)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 987 bytes

@@ -111,6 +111,24 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: An incorrect error message was
+          displayed in the event that the <literal>DataMemory</literal>
+          parameter value was was insufficient for the amount of data to
+          be stored by the cluster. (Bug #19808)
+        </para>
+      </listitem>
+            
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: A unique constraint violation
+          was not ignored by an <literal>UPDATE IGNORE</literal>
+          statement when the constraint violation occurred on a
+          non-primary key. (Bug #18487)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r4115 - in trunk: refman-5.0 refman-5.1jon6 Dec