Author: jstephens
Date: 2006-03-29 10:06:32 +0200 (Wed, 29 Mar 2006)
New Revision: 1698
Log:
Documenting bugfixes:
Cluster - Bug #17729
Partitioning - Bug #18053, Bug #18070
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-03-29 07:17:59 UTC (rev 1697)
+++ trunk/refman-common/news-5.0.xml 2006-03-29 08:06:32 UTC (rev 1698)
@@ -236,6 +236,15 @@
<listitem>
<para>
+ <literal>NDB Cluster</literal>: Certain queries using
+ <literal>ORDER BY ... ASC</literal> in the
+ <literal>WHERE</literal> clause could return incorrect
+ results. (Bug #17729)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: A timeout in the handling of
an <literal>ABORT</literal> condition with more that 32
operations could yield a node failure. (Bug #18414)
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-29 07:17:59 UTC (rev 1697)
+++ trunk/refman-common/news-5.1.xml 2006-03-29 08:06:32 UTC (rev 1698)
@@ -42,27 +42,24 @@
</para>
<para role="release-non-production">
- <emphasis role="bold">NOTE:</emphasis> This
- Beta
- release, as any other pre-production
- release, should not be installed on <emphasis>production</emphasis>
- level systems or systems with critical data. It is good practice to
- back up your data before installing any new version of software.
- Although MySQL has worked very hard to ensure a high level of
- quality, protect your data by making a backup as you would for any
- software beta release. Please refer to our bug database at
- <ulink url="http://bugs.mysql.com/"/> for more details about the
- individual bugs fixed in this version.
+ <emphasis role="bold">NOTE</emphasis>: This Beta release, as any
+ other pre-production release, should not be installed on
+ <emphasis>production</emphasis>-level systems or systems with
+ critical data. It is good practice to back up your data before
+ installing any new version of software. Although MySQL has worked
+ very hard to ensure a high level of quality, protect your data by
+ making a backup as you would for any software beta release. Please
+ refer to our bug database at <ulink url="http://bugs.mysql.com/"/>
+ for more details about the individual bugs fixed in this version.
</para>
<para>
This section documents all changes and bug fixes that have been
applied since the last official MySQL release. If you would like to
- receive more fine-grained and personalised
- <emphasis>update alerts</emphasis> about fixes
- that are relevant to the version and features you use, please
- consider subscribing to <emphasis>MySQL Network</emphasis>
- (a commercial MySQL offering).
+ receive more fine-grained and personalised <emphasis>update
+ alerts</emphasis> about fixes that are relevant to the version
+ and features you use, please consider subscribing to
+ <emphasis>MySQL Network</emphasis> (a commercial MySQL offering).
For more details please see
<ulink url="http://www.mysql.com/network/advisors.html"/>.
</para>
@@ -90,6 +87,22 @@
</para>
<itemizedlist>
+
+
+ <listitem>
+ <para>
+ Queries using <literal>WHERE ... IS NULL</literal> returned
+ incorrect results from partitioned tables. (Bug #18070)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Partition pruning did not perform correctly with partitions on
+ <literal>NULL</literal>, and could potentially crash the
+ server. (Bug #18053)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1698 - trunk/refman-common | jon | 29 Mar |