Author: jstephens
Date: 2008-02-18 15:28:06 +0100 (Mon, 18 Feb 2008)
New Revision: 9898
Log:
Documenting CGE 6.3.10 release
Fix for Bug #34569
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-versions.xml
trunk/refman-5.1/news-5.1-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-18 12:57:29 UTC (rev 9897)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-18 14:28:06 UTC (rev 9898)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1100 bytes
@@ -9,6 +9,36 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="LCP"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34596"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.23-ndb-6.3.10"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Due to the reduction of the number of local checkpoints from 3
+ to 2 in MySQL 5.1.23-ndb-6.3.8, a data node using ndbd from
+ MySQL 5.1.23-ndb-6.3.8 or later started using a filesystem from
+ an earlier version could incorrectly invalidate local
+ checkpoints too early during the startup process, causing the
+ node to fail.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="replication"/>
<manual type="mysqlbinlog"/>
</tags>
Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-02-18 12:57:29 UTC (rev 9897)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-02-18 14:28:06 UTC (rev 9898)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 951 bytes
@@ -27,7 +27,8 @@
<versionentry ver="5.2.1" reldate="Not released"/>
<versionentry ver="5.1.24" reldate="Not yet released"/>
<versionentry ver="5.1.23" reldate="29 January 2008"/>
- <versionentry ver="5.1.23" subver="ndb-6.3.10" reldate="Not yet released"/>
+ <versionentry ver="5.1.23" subver="ndb-6.3.11" reldate="Not yet released"/>
+ <versionentry ver="5.1.23" subver="ndb-6.3.10" reldate="17 February 2008"/>
<versionentry ver="5.1.23" subver="ndb-6.2.13" reldate="Not yet released"/>
<versionentry ver="5.1.23" subver="ndb-6.3.9" reldate="12 February 2008"/>
<versionentry ver="5.1.23" subver="ndb-6.2.12" reldate="12 February 2008"/>
Modified: trunk/refman-5.1/news-5.1-core.xml
===================================================================
--- trunk/refman-5.1/news-5.1-core.xml 2008-02-18 12:57:29 UTC (rev 9897)
+++ trunk/refman-5.1/news-5.1-core.xml 2008-02-18 14:28:06 UTC (rev 9898)
Changed blocks: 2, Lines Added: 138, Lines Deleted: 17; 6481 bytes
@@ -62,28 +62,153 @@
&mccge-series; releases based on MySQL 5.1.23.
</para>
+ <section id="news-5-1-23-ndb-6-3-10">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.23-ndb-6.3.10:mysqld:all"/>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing a recently
+ discovered bug.
+ </para>
+
+ <formalpara>
+
+ <title>Obtaining &mccge-series; 5.1.23-ndb-6.3.10</title>
+
+ <para>
+ &mccge-series; 5.1.23-ndb-6.3.10 — like all releases for
+ &mccge-series; — is a source-only release which you must
+ compile and install using the instructions found in
+ <xref linkend="installing-source"/>, and in
+ <xref linkend="mysql-cluster-building"/>. You can download
+ source code archives for this release in two versions. The
+ version that should use depends on whether you have a
+ commercial &mccge-series; license or you wish to use
+ &mccge-series; under the GPL.
+
+ <itemizedlist>
+
+ <listitem>
+ <formalpara>
+
+ <title>Commercial users</title>
+
+ <para>
+ Download the commercial source archive from the MySQL
+ FTP site at <ulink url="&base-url-cge-files;"/>. The
+ file
+ <filename>mysql-5.1.23-ndb-6.3.10/mysqlcom-5.1.23-ndb-6.3.10-telco.tar.gz</filename>
+ in this directory contains the complete commercial
+ source archive.
+ </para>
+
+ </formalpara>
+
+ <important>
+ <para>
+ The commercial &mccge-series; sources contain non-GPL
+ libraries and header files. <emphasis>You must not use
+ the commercial version without a commercial license
+ from MySQL AB</emphasis>. See
+ <ulink url="http://www.mysql.com/products/database/clustercge/"/>
+ for information about licensing &mccge-series; for
+ commerical use.
+ </para>
+ </important>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title>GPL users</title>
+
+ <para>
+ If you wish to use &mccge-series; under the GPL, you
+ can obtain the GPL source tarball from the MySQL FTP
+ site at <ulink url="&base-url-cge-files;"/>. The file
+ <filename>mysql-5.1.23-ndb-6.3.10/mysql-5.1.23-ndb-6.3.10-telco.tar.gz</filename>
+ in this directory contains the complete GPL source
+ archive.
+ </para>
+
+ </formalpara>
+
+ <para>
+ You can also obtain the latest GPL &mccge-series;
+ sources from <ulink url="http://mysql.bkbits.net/"/>
+ using the free BitKeeper client. See
+ <xref linkend="installing-source-tree"/>, for more
+ information.
+ </para>
+
+ <important>
+ <para>
+ The GPL &mccge-series; sources contain GPL libraries
+ and header files. <emphasis>You must not use the GPL
+ version in applications that are not released under
+ the GPL or a GPL-compatible license</emphasis>. See
+ <ulink url="http://www.mysql.com/company/legal/licensing/foss-exception.html"/>,
+ for a list of GPL-compatible licenses.
+ </para>
+ </important>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
+ </formalpara>
+
+ <note>
+ <para role="release-non-production">
+ 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>
+ </note>
+
+ <para>
+ This Beta release incorporates all bugfixes and feature changes
+ made in MySQL 5.1.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, MySQL
+ 5.1.22-ndb-6.3.2, MySQL 5.1.22-ndb-6.3.3, MySQL
+ 5.1.22-ndb-6.3.4, and MySQL 5.1.22-ndb-6.3.5, MySQL
+ 5.1.22-ndb-6.3.6, and MySQL 5.1.23-ndb-6.3.7, MySQL
+ 5.1.23-ndb-6.3.8, and MySQL 5.1.23-ndb-6.3.9, as well as all
+ bugfixes and feature changes which were added in the mainline
+ 5.1.21 and 5.1.22 releases; information about these can be found
+ in <xref linkend="news-5-1-21"/> and
+ <xref linkend="news-5-1-22"/>.
+ </para>
+
+<!--
+ <important>
+ <formalpara>
+
+ <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
+
+ <para>
+
+ </para>
+
+ </formalpara>
+
+ </important>
+ -->
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.23-ndb-6.3.10:mysqld:all"/>
+
+ </section>
+
<section id="news-5-1-23-ndb-6-3-9">
<title condition="dynamic:changelog:vertitle" role="5.1.23-ndb-6.3.9:mysqld:all"/>
- <remark role="TODO">
- Replace x/y/z with appropriate numbers throughout.
- </remark>
-
<para role="release-level">
This is a new Beta development release, fixing recently
discovered bugs.
</para>
- <remark role="TODO">
- 6.2/6.3: Uncomment "Obtaining..." when the release has been made
- and the tarballs have been uploaded to the FTP site.
- </remark>
-
- <remark role="TODO">
- 6.1: Remove "Obtaining..." (Nokia only - no other distribution)
- </remark>
-
<formalpara>
<title>Obtaining &mccge-series; 5.1.23-ndb-6.3.9</title>
@@ -181,10 +306,6 @@
</para>
</note>
- <remark role="TODO">
- Update the following paragraph to include relevant versions.
- </remark>
-
<para>
This Beta release incorporates all bugfixes and feature changes
made in MySQL 5.1.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, MySQL
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9898 - in trunk: dynamic-docs/changelog refman-5.1 | jon | 18 Feb |