Author: jstephens
Date: 2006-01-20 17:23:36 +0100 (Fri, 20 Jan 2006)
New Revision: 949
Log:
Documented Cluster bugfixes:
11331, 12045/12124, 13155, 15619,
15908, 16125, 16193, 16267
Added para about partitioning support to news-5-1.
Added news-4-1-18 section/title.
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
trunk/refman-common/titles.en.ent
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-20 11:54:41 UTC (rev 948)
+++ trunk/refman-common/news-4.1.xml 2006-01-20 16:23:36 UTC (rev 949)
@@ -150,7 +150,50 @@
For a full list of changes, please refer to the changelog sections
for each individual 4.1.x release.
</para>
+
+ <section id="news-4-1-18">
+ <title>&title-news-4-1-18;</title>
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: More descriptive warnings are
+ now issued when inappropriate logging parameters are set in
+ <filename>config.ini</filename>. (Formerly, the warning issued
+ was simply <errortext>Could not add logfile
+ destination</errortext>.) (Bug #11331)
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <remark role="todo">
+ [js] Uncomment when there are bugfixes to document for this
+ release.
+ </remark>
+
+ <!--
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ -->
+
+ </section>
+
+
<section id="news-4-1-17">
<title>&title-news-4-1-17;</title>
@@ -186,6 +229,16 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: Upon the completion of a scan
+ where a key request remained outstanding on the primary
+ replica and a starting node died, the scan did not terminate.
+ This caused incompleted error handling of the failed node.
+ (Bug #15908)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-20 11:54:41 UTC (rev 948)
+++ trunk/refman-common/news-5.0.xml 2006-01-20 16:23:36 UTC (rev 949)
@@ -176,6 +176,15 @@
</para>
<itemizedlist>
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal>: More descriptive warnings are
+ now issued when inappropriate logging parameters are set in
+ <filename>config.ini</filename>. (Formerly, the warning issued
+ was simply <errortext>Could not add logfile
+ destination</errortext>.) (Bug #11331)
+ </para>
+ </listitem>
<listitem>
<para>
@@ -211,6 +220,62 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: A bitfield whose offset and
+ length totaled 32 would crash the cluster. (Bug #16125)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: Upon the completion of a scan
+ where a key request remained outstanding on the primary
+ replica and a starting node died, the scan did not terminate.
+ This caused incompleted error handling of the failed node.
+ (Bug #15908)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: The
+ <literal>ndb_autodiscover</literal> test failed sporadically
+ due to a node not being permitted to connect to the cluster.
+ (Bug #15619)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: When running more than one
+ management process in a cluster:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <command>ndb_mgm -c
+ <replaceable>host</replaceable>:<replaceable>port</replaceable>
+ -e "<replaceable>node_id</replaceable> stop"</command>
+ would stop a management process running only on the same
+ system on which the command was issued.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <command>ndb_mgm -e "shutdown"</command> failed to shut
+ down any management processes at all.
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <para>
+ (Bug #12045, Bug #12124)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-20 11:54:41 UTC (rev 948)
+++ trunk/refman-common/news-5.1.xml 2006-01-20 16:23:36 UTC (rev 949)
@@ -21,12 +21,24 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ MySQL 5.1 enables table partitioning with a selection of
+ partitioning algorithms and options available, independently of
+ the storage engine used by the table. Syntactically, this
+ implements a number of new extensions to the <literal>CREATE
+ TABLE</literal>, <literal>ALTER TABLE</literal>, and
+ <literal>EXPLAIN ... SELECT</literal> statements. See
+ <xref linkend="partitioning"/>.
+ </para>
+ </listitem>
<listitem>
<para>
MySQL 5.1 implements support for a plugin API that allows the
loading and unloading of components at runtime, without
- restarting the server. <xref linkend="plugin-api"/>.
+ restarting the server. See <xref linkend="plugin-api"/>.
</para>
</listitem>
@@ -145,6 +157,58 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal> (Disk Data): The error message
+ generated by a failed <literal>ADD UNDOFILE</literal> did not
+ provide any reasons for the failure. (Bug #16267)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal> (Disk Data): <literal>DROP
+ LOGFILE GROUP</literal> corrupted the cluster file system
+ and caused <command>ndbd</command> to fail when running more
+ than one node on the same system. (Bug #16193)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: A bitfield whose offset and
+ length totaled 32 would crash the cluster. (Bug #16125)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: Upon the completion of a scan
+ where a key request remained outstanding on the primary
+ replica and a starting node died, the scan did not terminate.
+ This caused incompleted error handling of the failed node.
+ (Bug #15908)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>NDBCluster</literal>: The
+ <literal>ndb_autodiscover</literal> test failed sporadically
+ due to a node not being permitted to connect to the cluster.
+ (Bug #15619)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using <command>mysqldump</command> to obtain a dump of a
+ partitioned table employing the <literal>NDB</literal> storage
+ engine produced a non-functional table creation statement.
+ (Bug #13155)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent 2006-01-20 11:54:41 UTC (rev 948)
+++ trunk/refman-common/titles.en.ent 2006-01-20 16:23:36 UTC (rev 949)
@@ -1212,6 +1212,7 @@
<!ENTITY title-news-4-1-15 "Changes in release 4.1.15 (13 October 2005)">
<!ENTITY title-news-4-1-16 "Changes in release 4.1.16 (29 November 2005)">
<!ENTITY title-news-4-1-17 "Changes in release 4.1.17 (Not yet released)">
+<!ENTITY title-news-4-1-18 "Changes in release 4.1.18 (Not yet released)">
<!ENTITY title-news-4-1-2 "Changes in release 4.1.2 (28 May 2004)">
<!ENTITY title-news-4-1-3 "Changes in release 4.1.3 (28 Jun 2004: Beta)">
<!ENTITY title-news-4-1-4 "Changes in release 4.1.4 (26 Aug 2004: Gamma)">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r949 - trunk/refman-common | jon | 20 Jan |