Author: jstephens
Date: 2007-05-30 19:41:30 +0200 (Wed, 30 May 2007)
New Revision: 6609
Log:
Documented fix for Cluster Bug #28443
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-es-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 2007-05-30 15:30:38 UTC (rev 6608)
+++ trunk/refman-4.1/news-4.1.xml 2007-05-30 17:41:30 UTC (rev 6609)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 4; 1497 bytes
@@ -738,10 +738,10 @@
If an <literal>ORDER BY</literal> or <literal>GROUP
BY</literal> list included a constant expression being
optimized away and, at the same time, containing single-row
- subselects that return more that one row, no error was
- reported. If a query requires sorting by expressions
- containing single-row subselects that return more than one
- row, execution of the query may cause a server crash. (Bug
+ subselects that returned more that one row, no error was
+ reported. If a query required sorting by expressions
+ containing single-row subselects that returned more than one
+ row, execution of the query could cause a server crash. (Bug
#24653)
</para>
</listitem>
@@ -827,6 +827,15 @@
for any subquery without tables. (Bug #24670)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: When an API node sent more
+ than 1024 signals in a single batch, <literal>NDB</literal>
+ would process only the first 1024 of these, and then hang.
+ (Bug #28443)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-30 15:30:38 UTC (rev 6608)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-05-30 17:41:30 UTC (rev 6609)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 1; 842 bytes
@@ -64,9 +64,17 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
+ <literal>NDB Cluster</literal>: When an API node sent more
+ than 1024 signals in a single batch, <literal>NDB</literal>
+ would process only the first 1024 of these, and then hang.
+ (Bug #28443)
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: A failure to release internal
resources following an error could lead to problems with
single user mode. (Bug #25818)
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-05-30 15:30:38 UTC (rev 6608)
+++ trunk/refman-5.1/news-5.1.xml 2007-05-30 17:41:30 UTC (rev 6609)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 697 bytes
@@ -147,6 +147,15 @@
this restriction was not being enforced. (Bug #27878)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: When an API node sent more
+ than 1024 signals in a single batch, <literal>NDB</literal>
+ would process only the first 1024 of these, and then hang.
+ (Bug #28443)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6609 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 30 May |