Author: jstephens
Date: 2009-06-24 11:20:31 +0200 (Wed, 24 Jun 2009)
New Revision: 15389
Log:
MySQL server version bump in telco trees
Started NDB 6.2.19 changelog
Modified:
trunk/common/phrases.ent
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-versions.xml
trunk/refman-5.1/mysql-cluster-news-core.xml
trunk/refman-5.1/renamed-nodes.txt
Modified: trunk/common/phrases.ent
===================================================================
--- trunk/common/phrases.ent 2009-06-24 08:10:07 UTC (rev 15388)
+++ trunk/common/phrases.ent 2009-06-24 09:20:31 UTC (rev 15389)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 2620 bytes
@@ -15,16 +15,16 @@
<!-- Specific to MySQL Cluster, used in 5.1 Manual and Cluster API docs -->
<!ENTITY ndb-engine-current-6.1 "6.1.23"><!-- Latest NDBCLUSTER 6.1 engine version -->
-<!ENTITY ndb-engine-current-6.2 "6.2.18"><!-- Latest NDBCLUSTER 6.2 engine version -->
+<!ENTITY ndb-engine-current-6.2 "6.2.19"><!-- Latest NDBCLUSTER 6.2 engine version -->
<!ENTITY ndb-engine-current-6.3 "6.3.26"><!-- Latest NDBCLUSTER 6.3 engine version -->
<!ENTITY ndb-engine-current-7.0 "7.0.7"> <!-- Latest NDBCLUSTER 7.0 engine version -->
<!ENTITY ndb-engine-current-7.0 "7.1.0"> <!-- Latest NDBCLUSTER 7.1 engine version -->
<!ENTITY mysql-cluster-current-6.1 "5.1.15-ndb-&ndb-engine-current-6.1;"><!-- Latest MySQL NDB 6.1 release - update with new releases -->
-<!ENTITY mysql-cluster-current-6.2 "5.1.34-ndb-&ndb-engine-current-6.2;"><!-- Latest MySQL NDB 6.2 release - update with new releases -->
-<!ENTITY mysql-cluster-current-6.3 "5.1.34-ndb-&ndb-engine-current-6.3;"><!-- Latest MySQL NDB 6.3 release - update with new releases -->
-<!ENTITY mysql-cluster-current-7.0 "5.1.34-ndb-&ndb-engine-current-7.0;"><!-- Latest MySQL NDB 7.0 release - update with new releases -->
-<!ENTITY mysql-cluster-current-7.1 "5.1.34-ndb-&ndb-engine-current-7.1;"><!-- Latest MySQL NDB 7.0 release - update with new releases -->
+<!ENTITY mysql-cluster-current-6.2 "5.1.35-ndb-&ndb-engine-current-6.2;"><!-- Latest MySQL NDB 6.2 release - update with new releases -->
+<!ENTITY mysql-cluster-current-6.3 "5.1.35-ndb-&ndb-engine-current-6.3;"><!-- Latest MySQL NDB 6.3 release - update with new releases -->
+<!ENTITY mysql-cluster-current-7.0 "5.1.35-ndb-&ndb-engine-current-7.0;"><!-- Latest MySQL NDB 7.0 release - update with new releases -->
+<!ENTITY mysql-cluster-current-7.1 "5.1.35-ndb-&ndb-engine-current-7.1;"><!-- Latest MySQL NDB 7.0 release - update with new releases -->
<!ENTITY mysql-cluster-warning-section '<formalpara role="mysql-cluster-warning"><title>MySQL Cluster</title><para>The information in this section applies to users of MySQL Cluster only. For more information, see <xref linkend="mysql-cluster"/>.</para></formalpara>'>
<!ENTITY mysql-cluster-warning-begin '<formalpara role="mysql-cluster-warning"><title>MySQL Cluster</title><para>The following information applies to users of MySQL Cluster only. For more information, see <xref linkend="mysql-cluster"/>.</para></formalpara>'>
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-06-24 08:10:07 UTC (rev 15388)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-06-24 09:20:31 UTC (rev 15389)
Changed blocks: 7, Lines Added: 9, Lines Deleted: 9; 1861 bytes
@@ -19,7 +19,7 @@
</bugs>
<versions>
- <version ver="5.1.34-ndb-7.0.7"/>
+ <version ver="5.1.35-ndb-7.0.7"/>
</versions>
<message>
@@ -49,7 +49,7 @@
</bugs>
<versions>
- <version ver="5.1.34-ndb-7.0.7"/>
+ <version ver="5.1.35-ndb-7.0.7"/>
</versions>
<message>
@@ -109,7 +109,7 @@
</bugs>
<versions>
- <version ver="5.1.34-ndb-7.0.7"/>
+ <version ver="5.1.35-ndb-7.0.7"/>
</versions>
<message>
@@ -178,8 +178,8 @@
<versions>
<version ver="5.1.34-ndb-6.2.18"/>
- <version ver="5.1.34-ndb-6.3.26"/>
- <version ver="5.1.34-ndb-7.0.7"/>
+ <version ver="5.1.35-ndb-6.3.26"/>
+ <version ver="5.1.35-ndb-7.0.7"/>
</versions>
<message>
@@ -482,7 +482,7 @@
<versions>
<version ver="5.1.34-ndb-6.2.18"/>
- <version ver="5.1.34-ndb-6.3.26"/>
+ <version ver="5.1.35-ndb-6.3.26"/>
<version ver="5.1.34-ndb-7.0.6"/>
</versions>
@@ -511,7 +511,7 @@
<versions>
<version ver="5.1.34-ndb-6.2.18"/>
- <version ver="5.1.34-ndb-6.3.26"/>
+ <version ver="5.1.35-ndb-6.3.26"/>
<version ver="5.1.34-ndb-7.0.6"/>
</versions>
@@ -569,11 +569,11 @@
<versions>
<version ver="5.1.34-ndb-6.2.18"/>
- <version ver="5.1.34-ndb-6.3.26"/>
+ <version ver="5.1.35-ndb-6.3.26"/>
<version ver="5.1.34-ndb-7.0.6"/>
</versions>
- <message ver="5.1.34-ndb-6.2.18,5.1.34-ndb-6.3.26">
+ <message ver="5.1.34-ndb-6.2.18,5.1.35-ndb-6.3.26">
<para>
During a checkpoint, restore points are created for both the
Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml 2009-06-24 08:10:07 UTC (rev 15388)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml 2009-06-24 09:20:31 UTC (rev 15389)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 1376 bytes
@@ -37,11 +37,12 @@
<versionentry ver="5.2.1" reldate="Not released" rellevel="Alpha"/>
<versionentry ver="5.1.36" reldate="Not yet released"/>
<versionentry ver="5.1.35" reldate="13 May 2009"/>
+ <versionentry ver="5.1.35" subver="ndb-7.1.0" reldate="Not yet released"/>
+ <versionentry ver="5.1.35" subver="ndb-7.0.7" reldate="Not yet released"/>
+ <versionentry ver="5.1.35" subver="ndb-6.3.26" reldate="Not yet released"/>
+ <versionentry ver="5.1.35" subver="ndb-6.2.19" reldate="Not yet released"/>
<versionentry ver="5.1.34" reldate="02 April 2009"/>
- <versionentry ver="5.1.34" subver="ndb-7.1.0" reldate="Not yet released"/>
- <versionentry ver="5.1.34" subver="ndb-7.0.7" reldate="Not yet released"/>
<versionentry ver="5.1.34" subver="ndb-7.0.6" reldate="26 May 2009"/>
- <versionentry ver="5.1.34" subver="ndb-6.3.26" reldate="Not yet released"/>
<versionentry ver="5.1.34" subver="ndb-6.3.25" reldate="25 May 2009"/>
<versionentry ver="5.1.34" subver="ndb-6.2.18" reldate="Not yet released"/>
<versionentry ver="5.1.33" reldate="13 March 2009"/>
Modified: trunk/refman-5.1/mysql-cluster-news-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-news-core.xml 2009-06-24 08:10:07 UTC (rev 15388)
+++ trunk/refman-5.1/mysql-cluster-news-core.xml 2009-06-24 09:20:31 UTC (rev 15389)
Changed blocks: 13, Lines Added: 60, Lines Deleted: 20; 6621 bytes
@@ -117,9 +117,9 @@
see <xref linkend="mysql-cluster-changes-5-1-ndb-7-1"/>.
</para>
- <section id="mysql-cluster-news-5-1-34-ndb-7-1-0">
+ <section id="mysql-cluster-news-5-1-35-ndb-7-1-0">
- <title condition="dynamic:changelog:vertitle" role="5.1.34-ndb-7.1.0:mysqld:all"/>
+ <title condition="dynamic:changelog:vertitle" role="5.1.35-ndb-7.1.0:mysqld:all"/>
<para role="release-level">
This development release incorporates new features in the
@@ -148,8 +148,8 @@
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.34 (see
- <xref linkend="news-5-1-34"/>).
+ mainline MySQL 5.1 through MySQL 5.1.35 (see
+ <xref linkend="news-5-1-35"/>).
</para>
<note>
@@ -160,7 +160,7 @@
</para>
</note>
- <para condition="dynamic:changelog:entrylist" role="5.1.34-ndb-7.1.0:mysqld:all"/>
+ <para condition="dynamic:changelog:entrylist" role="5.1.35-ndb-7.1.0:mysqld:all"/>
</section>
@@ -237,9 +237,9 @@
</itemizedlist>
- <section id="mysql-cluster-news-5-1-34-ndb-7-0-7">
+ <section id="mysql-cluster-news-5-1-35-ndb-7-0-7">
- <title condition="dynamic:changelog:vertitle" role="5.1.34-ndb-7.0.7:mysqld:all"/>
+ <title condition="dynamic:changelog:vertitle" role="5.1.35-ndb-7.0.7:mysqld:all"/>
<para role="release-level">
This release incorporates new features in the
@@ -267,8 +267,8 @@
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.34 (see
- <xref linkend="news-5-1-34"/>).
+ mainline MySQL 5.1 through MySQL 5.1.35 (see
+ <xref linkend="news-5-1-35"/>).
</para>
<note>
@@ -279,7 +279,7 @@
</para>
</note>
- <para condition="dynamic:changelog:entrylist" role="5.1.34-ndb-7.0.7:mysqld:all"/>
+ <para condition="dynamic:changelog:entrylist" role="5.1.35-ndb-7.0.7:mysqld:all"/>
</section>
@@ -636,9 +636,9 @@
see <xref linkend="mysql-cluster-changes-5-1-ndb-6-3"/>.
</para>
- <section id="mysql-cluster-news-5-1-34-ndb-6-3-26">
+ <section id="mysql-cluster-news-5-1-35-ndb-6-3-26">
- <title condition="dynamic:changelog:vertitle" role="5.1.34-ndb-6.3.26:mysqld:all"/>
+ <title condition="dynamic:changelog:vertitle" role="5.1.35-ndb-6.3.26:mysqld:all"/>
<para>
This is a bugfix release, fixing recently discovered bugs in the
@@ -657,7 +657,7 @@
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.34 (see <xref linkend="news-5-1-34"/>).
+ through MySQL 5.1.35 (see <xref linkend="news-5-1-35"/>).
</para>
<note>
@@ -668,7 +668,7 @@
</para>
</note>
- <para condition="dynamic:changelog:entrylist" role="5.1.34-ndb-6.3.26:mysqld:all"/>
+ <para condition="dynamic:changelog:entrylist" role="5.1.35-ndb-6.3.26:mysqld:all"/>
</section>
@@ -1710,11 +1710,51 @@
<para>
For an overview of new features added in MySQL Cluster NDB 6.2,
see <xref linkend="mysql-cluster-changes-5-1-ndb-6-2"/>.
- </para>
+ </para><section id="mysql-cluster-news-5-1-34-ndb-6-2-18">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.34-ndb-6.2.18:mysqld:all"/>
+
+ <para role="release-level">
+ This is a bugfix release, fixing recently discovered bugs in the
+ previous MySQL Cluster NDB 6.2 release.
+ </para>
+
+ <!--
+ <formalpara role="download-location">
+
+ <title>Obtaining MySQL Cluster NDB 6.2</title>
+
+ <para>
+ You can download the latest MySQL Cluster NDB 6.2 source code
+ and binaries for supported platforms from
+ &base-url-cluster-files;mysql-5.1.34-ndb-6.2.18.
+ </para>
+
+ </formalpara>
+ -->
+
+ <para>
+ This release incorporates all bugfixes and changes made in
+ previous MySQL Cluster NDB 6.2 releases, as well as all bugfixes
+ and feature changes which were added in mainline MySQL 5.1
+ through MySQL 5.1.32 (see <xref linkend="news-5-1-32"/>).
+ </para>
+
+ <note>
+ <para role="release-non-production">
+ 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.34-ndb-6.2.18:mysqld:all"/>
+
+ </section>
- <section id="mysql-cluster-news-5-1-34-ndb-6-2-18">
+ <section id="mysql-cluster-news-5-1-35-ndb-6-2-19">
- <title condition="dynamic:changelog:vertitle" role="5.1.34-ndb-6.2.18:mysqld:all"/>
+ <title condition="dynamic:changelog:vertitle" role="5.1.35-ndb-6.2.19:mysqld:all"/>
<para role="release-level">
This is a bugfix release, fixing recently discovered bugs in the
@@ -1729,7 +1769,7 @@
<para>
You can download the latest MySQL Cluster NDB 6.2 source code
and binaries for supported platforms from
- &base-url-cluster-files;mysql-5.1.34-ndb-6.2.18.
+ &base-url-cluster-files;mysql-5.1.35-ndb-6.2.19.
</para>
</formalpara>
@@ -1739,7 +1779,7 @@
This release incorporates all bugfixes and changes made in
previous MySQL Cluster NDB 6.2 releases, as well as all bugfixes
and feature changes which were added in mainline MySQL 5.1
- through MySQL 5.1.32 (see <xref linkend="news-5-1-32"/>).
+ through MySQL 5.1.35 (see <xref linkend="news-5-1-35"/>).
</para>
<note>
@@ -1750,7 +1790,7 @@
</para>
</note>
- <para condition="dynamic:changelog:entrylist" role="5.1.34-ndb-6.2.18:mysqld:all"/>
+ <para condition="dynamic:changelog:entrylist" role="5.1.35-ndb-6.2.19:mysqld:all"/>
</section>
Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt 2009-06-24 08:10:07 UTC (rev 15388)
+++ trunk/refman-5.1/renamed-nodes.txt 2009-06-24 09:20:31 UTC (rev 15389)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 0; 993 bytes
@@ -407,6 +407,9 @@
mysql-cluster-news-5-1-32-ndb-6-2-18 mysql-cluster-news-5-1-34-ndb-6-2-18 2010-05-15
mysql-cluster-news-5-1-32-ndb-6-3-25 mysql-cluster-news-5-1-34-ndb-6-3-25 2010-05-15
mysql-cluster-news-5-1-32-ndb-7-0-6 mysql-cluster-news-5-1-34-ndb-7-0-6 2010-05-15
+mysql-cluster-news-5-1-34-ndb-7-0-7 mysql-cluster-news-5-1-35-ndb-7-0-7 2010-06-25
+mysql-cluster-news-5-1-34-ndb-6-3-26 mysql-cluster-news-5-1-35-ndb-6-3-26 2010-06-25
+mysql-cluster-news-5-1-34-ndb-6-2-19 mysql-cluster-news-5-1-35-ndb-6-2-19 2010-06-25
mysql-cluster-news-6-4 mysql-cluster-news-7-0 2010-03-15
mysql-cluster-performance-figures mysql-cluster-interconnects-performance 2009-03-01
mysql-cluster-process-management mysql-cluster-programs 2010-05-05
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15389 - in trunk: common dynamic-docs/changelog refman-5.1 | jon.stephens | 24 Jun |