Author: jstephens
Date: 2007-02-08 04:50:04 +0100 (Thu, 08 Feb 2007)
New Revision: 4850
Log:
Documenting mysql-5.1.15/ndb-6.1.2 hotfix release. (Thanks, Jonas!)
Modified:
branches/telcos/refman-5.1/news-5.1.xml
branches/telcos/refman-5.1/versions.ent
Modified: branches/telcos/refman-5.1/news-5.1.xml
===================================================================
--- branches/telcos/refman-5.1/news-5.1.xml 2007-02-07 22:00:37 UTC (rev 4849)
+++ branches/telcos/refman-5.1/news-5.1.xml 2007-02-08 03:50:04 UTC (rev 4850)
Changed blocks: 1, Lines Added: 82, Lines Deleted: 1; 3345 bytes
@@ -34,7 +34,88 @@
To insert a new changelog subsection, use the
<filename>TEMPLATE.news.xml</filename> template in the
<filename>refman-common</filename> directory.
- </remark>
+ </remark><section id="news-5-1-15-ndb-6-1-2">
+
+ <title>Changes in release MySQL 5.1.15/NDB-6.1.2-beta (07 February
2007)</title>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing a recently discovered
+ bug.
+ </para>
+
+ <para role="release-non-production">
+ <emphasis role="bold">NOTE</emphasis>: 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 is the third MySQL ¤t-series; Beta release. It is a
+ hotfix release, made to resolve a single critical issue which
+ occurred in MySQL 5.1.15/NDB-6.1.1-beta. It incorporates
+ all bugfixes and feature changes made in MySQL 5.1.14/NDB-6.1.0
+ and MySQL 5.1.15/NDB-6.1.1. This version also incorporates all
+ bugfixes and feature changes which were added in the mainline
+ 5.1.15 release; information about these can be found in
+ <xref linkend="news-5-1-15"/>.
+ </para>
+
+ <important>
+ <formalpara>
+ <title>Upgrading to MySQL 5.1.15/NDB-6.1.2 from a previous
release</title>
+
+ <para>
+ This release is not binary compatible with any previous
+ releases. This means that:
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ You cannot perform an online upgrade to this release
+ from MySQL 5.1.14/NDB-6.1.0, MySQL 5.1.15/NDB-6.1.1, or
+ any of the mainline MySQL 5.1 releases. You must shut
+ down the cluster, replace all binaries, then restart the
+ cluster.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ You must recompile any MySQL Cluster API applications
+ used with a previous version of MySQL Cluster. This
+ includes all NDB API and MGM API applications.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+ </formalpara>
+ </important>
+
+ <para>
+ This release fixes a single critical bug:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Using high node IDs could sometimes lead to incorrect memory
+ access and a subsequent forced shutdown of the cluster.
+ </para>
+
+ <para>
+ This issue was not entered into the MySQL Bugs database;
+ hence, there is no bug number associated with it.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
<section id="news-5-1-15-ndb-6-1-1">
Modified: branches/telcos/refman-5.1/versions.ent
===================================================================
--- branches/telcos/refman-5.1/versions.ent 2007-02-07 22:00:37 UTC (rev 4849)
+++ branches/telcos/refman-5.1/versions.ent 2007-02-08 03:50:04 UTC (rev 4850)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 846 bytes
@@ -7,7 +7,7 @@
<!ENTITY current-series "Cluster 5.1 Carrier Grade Edition"><!-- Current MySQL
release series -->
<!ENTITY previous-series "5.0"><!-- Previous MySQL release series -->
<!ENTITY next-series "5.2"><!-- Next MySQL release series -->
-<!ENTITY current-version "5.1.15/NDB-6.1.1-beta"><!-- Current MySQL Version -
update with new releases -->
+<!ENTITY current-version "5.1.15/NDB-6.1.2-beta"><!-- Current MySQL Version -
update with new releases -->
<!ENTITY current-maturity "beta"><!-- Current maturity level: alpha, beta,
release candidate, production -->
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4850 - branches/telcos/refman-5.1 | jon | 8 Feb |