Author: jstephens
Date: 2006-07-14 06:25:21 +0200 (Fri, 14 Jul 2006)
New Revision: 2733
Log:
Documented fix for Cluster Bug #20728
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-07-14 02:26:12 UTC (rev 2732)
+++ trunk/refman-common/news-5.0.xml 2006-07-14 04:25:21 UTC (rev 2733)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 754 bytes
@@ -208,6 +208,16 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: <literal>REPLACE</literal>
+ statements did not work correctly on an <literal>NDB</literal>
+ table having both a primary key and a unique key. In such
+ cases, proper values were not set for columns which were not
+ explicitly referenced in the statement. (Bug #20728)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-07-14 02:26:12 UTC (rev 2732)
+++ trunk/refman-common/news-5.1.xml 2006-07-14 04:25:21 UTC (rev 2733)
Changed blocks: 2, Lines Added: 11, Lines Deleted: 1; 1180 bytes
@@ -332,7 +332,7 @@
<listitem>
<para>
For multiple <literal>INSERT DELAYED</literal> statements
- executed in a batch thby e the delayed-insert handler thread,
+ executed in a batch by the delayed-insert handler thread,
not all rows were written to the binary log. (Bug #20821)
</para>
</listitem>
@@ -587,6 +587,16 @@
could cause errors or crash the server. (Bug #20583)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: <literal>REPLACE</literal>
+ statements did not work correctly on an <literal>NDB</literal>
+ table having both a primary key and a unique key. In such
+ cases, proper values were not set for columns which were not
+ explicitly referenced in the statement. (Bug #20728)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2733 - trunk/refman-common | jstephens | 14 Jul |