List:Commits« Previous MessageNext Message »
From:jon Date:June 22 2006 10:26am
Subject:svn commit - mysqldoc@docsrva: r2468 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-06-22 10:26:37 +0200 (Thu, 22 Jun 2006)
New Revision: 2468

Log:
Documenting fixes for Bug #19185 & Bug #19906 (Cluster)

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

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-06-22 08:14:57 UTC (rev 2467)
+++ trunk/refman-common/news-5.0.xml	2006-06-22 08:26:37 UTC (rev 2468)
@@ -332,6 +332,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>TEXT</literal>
+          columns in Cluster tables having both an explicit primary key
+          and a unque key were not correctly updated by
+          <literal>REPLACE</literal> statements. (Bug #19906)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-22 08:14:57 UTC (rev 2467)
+++ trunk/refman-common/news-5.1.xml	2006-06-22 08:26:37 UTC (rev 2468)
@@ -175,6 +175,23 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: <literal>TEXT</literal>
+          columns in Cluster tables having both an explicit primary key
+          and a unque key were not correctly updated by
+          <literal>REPLACE</literal> statements. (Bug #19906)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: Running out of DataMemory
+          could sometimes crash <command>ndbd</command> and
+          <command>mysqld</command> processes. (Bug #19185)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r2468 - trunk/refman-commonjon22 Jun