Author: jstephens
Date: 2010-06-02 11:02:55 +0200 (Wed, 02 Jun 2010)
New Revision: 20991
Log:
Documented fix for Cluster BUG#54168
Started NDB-6.3.35, 7.0.16, and 7.1.5 changelogs
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.1/mysql-cluster-news-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-06-02 08:16:35 UTC (rev 20990)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-06-02 09:02:55 UTC (rev 20991)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1432 bytes
@@ -9,6 +9,43 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="mysqld"/>
+ <manual type="binlog"/>
+ <manual type="data nodes"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="54168"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.44-ndb-6.2.19"/>
+ <version ver="5.1.44-ndb-6.3.35"/>
+ <version ver="5.1.44-ndb-7.0.16"/>
+ <version ver="5.1.44-ndb-7.1.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When performing an online alter table where 2 or more SQL nodes
+ connected to the cluster were generating binary logs, an
+ incorrect message could be sent from the data nodes, causing
+ <command>mysqld</command> processes to crash. This problem was
+ often difficult to detect, because restarting SQL node or data
+ node processes could clear the error, and because the crash in
+ <command>mysqld</command> did not occur until several minutes
+ after the erroneous message was sent and received.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<manual type="dtrace"/>
</tags>
Modified: trunk/refman-5.1/mysql-cluster-news-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-news-core.xml 2010-06-02 08:16:35 UTC (rev 20990)
+++ trunk/refman-5.1/mysql-cluster-news-core.xml 2010-06-02 09:02:55 UTC (rev 20991)
Changed blocks: 3, Lines Added: 123, Lines Deleted: 0; 5168 bytes
@@ -124,6 +124,45 @@
see <xref linkend="mysql-cluster-development-5-1-ndb-7-1"/>.
</para>
+ <section id="mysql-cluster-news-5-1-44-ndb-7-1-5">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-7.1.5:mysqld:all"/>
+
+ <para role="release-level">
+ MySQL Cluster NDB 7.1.5 is a new release of MySQL Cluster,
+ incorporating new features in the
+ <literal role="se">NDBCLUSTER</literal> storage engine and
+ fixing recently discovered bugs in MySQL Cluster NDB 7.1.4 and
+ previous MySQL Cluster releases.
+ </para>
+
+<!--
+ <formalpara>
+
+ <title>Obtaining MySQL Cluster NDB 7.1.4</title>
+
+ <para>
+ The latest MySQL Cluster NDB 7.1 binaries for supported
+ platforms can be obtained from
+ <ulink url="&base-url-cluster-downloads;"/>. Source code for
+ the latest MySQL Cluster NDB 7.1 release can be obtained from
+ the same location.
+ </para>
+
+ </formalpara>
+-->
+
+ <para>
+ This release also incorporates all bugfixes and changes made in
+ previous MySQL Cluster releases, as well as all bugfixes and
+ feature changes which were added in mainline MySQL 5.1 through
+ MySQL 5.1.44 (see <xref linkend="news-5-1-44"/>).
+ </para>
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.44-ndb-7.1.5:mysqld:all"/>
+
+ </section>
+
<section id="mysql-cluster-news-5-1-44-ndb-7-1-4">
<title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-7.1.4:mysqld:all"/>
@@ -367,6 +406,54 @@
</itemizedlist>
+ <section id="mysql-cluster-news-5-1-44-ndb-7-0-16">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-7.0.16:mysqld:all"/>
+
+ <para role="release-level">
+ This release incorporates new features in the
+ <literal role="se">NDBCLUSTER</literal> storage engine and fixes
+ recently discovered bugs in MySQL Cluster NDB 7.0.15.
+ </para>
+
+<!--
+ <formalpara>
+
+ <title>Obtaining MySQL Cluster NDB 7.0.15</title>
+
+ <para>
+ The latest MySQL Cluster NDB 7.0 binaries for supported
+ platforms can be obtained from
+ <ulink url="&base-url-cluster-downloads;"/>. Source code for
+ the latest MySQL Cluster NDB 7.0 release can be obtained from
+ the same location. You can also access the MySQL Cluster NDB
+ 7.0 development source tree at
+ <ulink url="https://code.launchpad.net/~mysql/mysql-server/mysql-cluster-7.0"/>.
+ </para>
+
+ </formalpara>
+-->
+
+ <para>
+ This release also incorporates all bugfixes and changes made in
+ previous MySQL Cluster NDB 6.1, 6.2, 6.3, and 7.0 releases, as
+ well as all bugfixes and feature changes which were added in
+ mainline MySQL 5.1 through MySQL 5.1.44 (see
+ <xref linkend="news-5-1-44"/>).
+ </para>
+
+ <note>
+ <para>
+ 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>
+ </note>
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.44-ndb-7.0.16:mysqld:all"/>
+
+ </section>
+
<section id="mysql-cluster-news-5-1-44-ndb-7-0-15">
<title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-7.0.15:mysqld:all"/>
@@ -1474,6 +1561,42 @@
see <xref linkend="mysql-cluster-development-5-1-ndb-6-3"/>.
</para>
+ <section id="mysql-cluster-news-5-1-44-ndb-6-3-35">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-6.3.35:mysqld:all"/>
+
+ <para>
+ This is a bugfix release, fixing recently discovered bugs in the
+ previous MySQL Cluster NDB 6.3 release.
+ </para>
+
+<!--
+ <para>
+ This is a source-only release. You can obtain the GPL source
+ code for MySQL Cluster NDB 6.3.34 from
+ <ulink url="&base-url-cluster-files;mysql-5.1.44-ndb-6.3.34/"/>.
+ </para>
+-->
+
+ <para>
+ This release incorporates all bugfixes and changes made in
+ previous MySQL Cluster NDB 6.3 releases, as well as all bugfixes
+ and feature changes which were added in mainline MySQL 5.1
+ through MySQL 5.1.44 (see <xref linkend="news-5-1-44"/>).
+ </para>
+
+ <note>
+ <para role="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>
+ </note>
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.44-ndb-6.3.35:mysqld:all"/>
+
+ </section>
+
<section id="mysql-cluster-news-5-1-44-ndb-6-3-34">
<title condition="dynamic:changelog:vertitle" role="5.1.44-ndb-6.3.34:mysqld:all"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r20991 - in trunk: dynamic-docs/changelog refman-5.1 | jon.stephens | 2 Jun |