Author: jstephens
Date: 2006-11-02 15:36:03 +0100 (Thu, 02 Nov 2006)
New Revision: 3829
Log:
Documenting Cluster/NDBAPI bugfixes:
Bug #21036, Bug #21253, Bug #21943, Bug #22672, Bug #23107
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-cs-5.0.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-11-02 10:45:53 UTC (rev 3828)
+++ trunk/refman-4.1/news-4.1.xml 2006-11-02 14:36:03 UTC (rev 3829)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 690 bytes
@@ -715,6 +715,15 @@
for client connections. (Bug #7192)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Attempting to read a
+ nonexistent tuple using <literal>Commit</literal> mode for
+ <literal>NdbTransaction::execute()</literal> caused node
+ failures. (Bug #22672)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-5.0/releasenotes-cs-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-cs-5.0.xml 2006-11-02 10:45:53 UTC (rev 3828)
+++ trunk/refman-5.0/releasenotes-cs-5.0.xml 2006-11-02 14:36:03 UTC (rev 3829)
Changed blocks: 2, Lines Added: 38, Lines Deleted: 5; 2148 bytes
@@ -75,6 +75,39 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Inacivity timeouts
+ for scans were not correctly handled. (Bug #23107)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Attempting to read a
+ nonexistent tuple using <literal>Commit</literal> mode for
+ <literal>NdbTransaction::execute()</literal> caused node
+ failures. (Bug #22672)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Scans closed before
+ being executed were still placed in the send queue. (Bug
+ #21941)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): The
+ <literal>NdbOperation::getBlobHandle()</literal> method, when
+ called with the name of a nonexistent column, caused a
+ segmentation fault. (Bug #21036)
+ </para>
+ </listitem>
<listitem>
<para>
@@ -164,11 +197,11 @@
<listitem>
<para>
- <literal>NDB Cluster</literal> (<literal>NDB</literal>
API):
- When multiple processes or threads in parallel performed the
- same ordered scan with exclusive lock and updating the
- retrieved records, the scan could skip some records, which
- were not updated as the result. (Bug #20446)
+ <literal>NDB Cluster</literal> (NDB API): When multiple
+ processes or threads in parallel performed the same ordered
+ scan with exclusive lock and updating the retrieved records,
+ the scan could skip some records, which were not updated as a
+ result. (Bug #20446)
</para>
</listitem>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-11-02 10:45:53 UTC (rev 3828)
+++ trunk/refman-5.1/news-5.1.xml 2006-11-02 14:36:03 UTC (rev 3829)
Changed blocks: 1, Lines Added: 35, Lines Deleted: 0; 1570 bytes
@@ -2228,6 +2228,41 @@
to crash. (Bug #21210)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Inacivity timeouts
+ for scans were not correctly handled. (Bug #23107)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): Attempting to read a
+ nonexistent tuple using <literal>Commit</literal> mode for
+ <literal>NdbTransaction::execute()</literal> caused node
+ failures. (Bug #22672)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): The inclusion of
+ <filename>my_config.h</filename> in
+ <filename>NdbApi.h</filename> required anyone wishing to write
+ NDB API applications against MySQL 5.1 to have a complete copy
+ of the 5.1 sources. (Bug #21253)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (NDB API): The
+ <literal>NdbOperation::getBlobHandle()</literal> method, when
+ called with the name of a nonexistent column, caused a
+ segmentation fault. (Bug #21036)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3829 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 2 Nov |