Author: jstephens
Date: 2007-12-18 17:28:56 +0100 (Tue, 18 Dec 2007)
New Revision: 9373
Log:
MySQL 5.1.22-ndb-6.3.7 -> MySQL 5.1.23-ndb-6.3.7
MySQL 5.1.22-ndb-6.2.10 -> MySQL 5.1.23-ndb-6.2.10
Added CGE 6.2.10 changelog
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-versions.xml
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/ndbapi/Makefile.depends
trunk/pt/refman-5.1/Makefile.depends
trunk/pt/refman-5.1/dba-core.xml
trunk/refman-4.1/Makefile.depends
trunk/refman-5.0/Makefile.depends
trunk/refman-5.1/dba-core-new-tmp.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.1/mysql-cluster-cge.xml
trunk/refman-5.1/mysql-cluster-configuration.xml
trunk/refman-5.1/news-5.1-core.xml
trunk/refman-5.1/renamed-nodes.txt
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 4; 913 bytes
@@ -245,7 +245,7 @@
</bugs>
<versions>
- <version ver="5.1.22-ndb-6.2.10"/>
+ <version ver="5.1.23-ndb-6.2.10"/>
<version ver="6.0.5"/>
</versions>
@@ -611,7 +611,7 @@
</tags>
<versions>
- <version ver="5.1.22-ndb-6.3.7"/>
+ <version ver="5.1.23-ndb-6.3.7"/>
</versions>
<message>
@@ -795,8 +795,8 @@
<versions>
<version ver="5.0.56"/>
- <version ver="5.1.22-ndb-6.2.10"/>
- <version ver="5.1.22-ndb-6.3.7"/>
+ <version ver="5.1.23-ndb-6.2.10"/>
+ <version ver="5.1.23-ndb-6.3.7"/>
<version ver="5.1.23"/>
<version ver="6.0.5"/>
</versions>
Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 1491 bytes
@@ -26,14 +26,14 @@
<versionentry ver="5.2.2" reldate="Not released"/>
<versionentry ver="5.2.1" reldate="Not released"/>
<versionentry ver="5.1.23" reldate="Not yet released"/>
+ <versionentry ver="5.1.23" subver="ndb-6.3.7" reldate="Not yet released"/>
+ <versionentry ver="5.1.23" subver="ndb-6.2.10" reldate="Not yet released"/>
<versionentry ver="5.1.22" reldate="24 September 2007: Release Candidate"/>
- <versionentry ver="5.1.22" subver="ndb-6.3.7" reldate="Not yet released"/>
<versionentry ver="5.1.22" subver="ndb-6.3.6" reldate="08 November 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.3.5" reldate="17 October 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.3.4" reldate="15 October 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.3.3" reldate="20 September 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.3.2" reldate="07 September 2007"/>
- <versionentry ver="5.1.22" subver="ndb-6.2.10" reldate="Not yet released"/>
<versionentry ver="5.1.22" subver="ndb-6.2.9" reldate="22 November 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.2.8" reldate="08 November 2007"/>
<versionentry ver="5.1.22" subver="ndb-6.2.7" reldate="10 October 2008"/>
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 780 bytes
@@ -13187,7 +13187,7 @@
</values>
- <values vartype="numeric" platform="all" inversion="5.1.22-ndb-6.2.10">
+ <values vartype="numeric" platform="all" inversion="5.1.23-ndb-6.2.10">
<value default="1" maximum="256" minimum="1"/>
@@ -13199,7 +13199,7 @@
</values>
- <values vartype="numeric" platform="all" inversion="5.1.22-ndb-6.3.7">
+ <values vartype="numeric" platform="all" inversion="5.1.23-ndb-6.3.7">
<value default="1" maximum="256" minimum="1"/>
Modified: trunk/ndbapi/Makefile.depends
===================================================================
--- trunk/ndbapi/Makefile.depends 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/ndbapi/Makefile.depends 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 10, Lines Added: 13, Lines Deleted: 11; 3610 bytes
@@ -37,6 +37,7 @@
metadata/class-ndbdictionary.idmap \
metadata/class-ndbeventoperation.idmap \
metadata/class-ndbtransaction.idmap \
+ metadata/errors.idmap \
metadata/ndb-errors.idmap \
metadata/ndb-internals.idmap
class-ndb.validpure: $(class_ndb_SOURCES)
@@ -63,7 +64,7 @@
metadata/class-ndbdictionary.idmap \
metadata/class-ndbeventoperation.idmap \
metadata/class-ndboperation.idmap \
- metadata/ndb-errors.idmap
+ metadata/errors.idmap
class-ndbblob.validpure: $(class_ndbblob_SOURCES)
class-ndbblob.titles: $(class_ndbblob_SOURCES)
class-ndbblob.useless: $(class_ndbblob_SOURCES)
@@ -117,8 +118,8 @@
metadata/class-ndbblob.idmap \
metadata/class-ndbdictionary.idmap \
metadata/class-ndbeventoperation.idmap \
- metadata/interface-ndbrecord.idmap \
- metadata/ndb-errors.idmap
+ metadata/errors.idmap \
+ metadata/interface-ndbrecord.idmap
class-ndbdictionary.validpure: $(class_ndbdictionary_SOURCES)
class-ndbdictionary.titles: $(class_ndbdictionary_SOURCES)
class-ndbdictionary.useless: $(class_ndbdictionary_SOURCES)
@@ -144,7 +145,7 @@
metadata/class-ndbdictionary.idmap \
metadata/class-ndbeventoperation.idmap \
metadata/class-ndbrecattr.idmap \
- metadata/ndb-errors.idmap \
+ metadata/errors.idmap \
metadata/ndb-examples.idmap
class-ndbeventoperation.validpure: $(class_ndbeventoperation_SOURCES)
class-ndbeventoperation.titles: $(class_ndbeventoperation_SOURCES)
@@ -179,8 +180,8 @@
metadata/class-ndboperation.idmap \
metadata/class-ndbrecattr.idmap \
metadata/class-ndbtransaction.idmap \
+ metadata/errors.idmap \
metadata/interface-ndbrecord.idmap \
- metadata/ndb-errors.idmap \
metadata/overview.idmap
class-ndboperation.validpure: $(class_ndboperation_SOURCES)
class-ndboperation.titles: $(class_ndboperation_SOURCES)
@@ -251,7 +252,7 @@
metadata/class-ndbdictionary.idmap \
metadata/class-ndboperation.idmap \
metadata/class-ndbtransaction.idmap \
- metadata/ndb-errors.idmap \
+ metadata/errors.idmap \
metadata/overview.idmap
class-ndbtransaction.validpure: $(class_ndbtransaction_SOURCES)
class-ndbtransaction.titles: $(class_ndbtransaction_SOURCES)
@@ -324,8 +325,8 @@
mgm_api_IMAGES =
mgm_api_SOURCES = mgm-api.xml $(mgm_api_INCLUDES)
mgm_api_IDMAPS = \
- metadata/mgm-api.idmap \
- metadata/ndb-errors.idmap
+ metadata/errors.idmap \
+ metadata/mgm-api.idmap
mgm-api.validpure: $(mgm_api_SOURCES)
mgm-api.titles: $(mgm_api_SOURCES)
mgm-api.useless: $(mgm_api_SOURCES)
@@ -425,8 +426,8 @@
ndb_errors_SOURCES = ndb-errors.xml $(ndb_errors_INCLUDES)
ndb_errors_IDMAPS = \
../refman-5.1/metadata/errors-problems-core.idmap \
- metadata/mgm-api.idmap \
- metadata/ndb-errors.idmap
+ metadata/errors.idmap \
+ metadata/mgm-api.idmap
ndb-errors.validpure: $(ndb_errors_SOURCES)
ndb-errors.titles: $(ndb_errors_SOURCES)
ndb-errors.useless: $(ndb_errors_SOURCES)
@@ -619,6 +620,7 @@
metadata/class-ndbrecattr.idmap \
metadata/class-ndbscanfilter.idmap \
metadata/class-ndbtransaction.idmap \
+ metadata/errors.idmap \
metadata/interface-ndbrecord.idmap \
metadata/mgm-api.idmap \
metadata/ndb-classes.idmap \
@@ -654,9 +656,9 @@
metadata/class-ndboperation.idmap \
metadata/class-ndbrecattr.idmap \
metadata/class-ndbtransaction.idmap \
+ metadata/errors.idmap \
metadata/mgm-api.idmap \
metadata/ndb-classes.idmap \
- metadata/ndb-errors.idmap \
metadata/ndb-examples.idmap \
metadata/overview.idmap
overview.validpure: $(overview_SOURCES)
Modified: trunk/pt/refman-5.1/Makefile.depends
===================================================================
--- trunk/pt/refman-5.1/Makefile.depends 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/pt/refman-5.1/Makefile.depends 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1522 bytes
@@ -1458,8 +1458,8 @@
../../ndbapi/metadata/class-ndbdictionary.idmap \
../../ndbapi/metadata/class-ndboperation.idmap \
../../ndbapi/metadata/class-ndbtransaction.idmap \
+ ../../ndbapi/metadata/errors.idmap \
../../ndbapi/metadata/mgm-api.idmap \
- ../../ndbapi/metadata/ndb-errors.idmap \
../../ndbapi/metadata/ndb-internals.idmap \
../../ndbapi/metadata/ndbapi.idmap \
../../quick-guides/metadata/reservedwords-core.idmap \
@@ -1813,7 +1813,7 @@
mysql_cluster_process_management_IMAGES =
mysql_cluster_process_management_SOURCES = mysql-cluster-process-management.xml $(mysql_cluster_process_management_INCLUDES)
mysql_cluster_process_management_IDMAPS = \
- ../../ndbapi/metadata/ndb-errors.idmap \
+ ../../ndbapi/metadata/errors.idmap \
metadata/mysql-cluster-configuration.idmap \
metadata/mysql-cluster-disk-data.idmap \
metadata/mysql-cluster-limitations.idmap \
@@ -1989,7 +1989,7 @@
../refman-common/images/published/rolling-restarts.png
mysql_cluster_SOURCES = mysql-cluster.xml $(mysql_cluster_INCLUDES)
mysql_cluster_IDMAPS = \
- ../../ndbapi/metadata/ndb-errors.idmap \
+ ../../ndbapi/metadata/errors.idmap \
../../ndbapi/metadata/ndb-internals.idmap \
../../ndbapi/metadata/ndbapi.idmap \
../../refman-common/metadata/bug-reports.idmap \
Modified: trunk/pt/refman-5.1/dba-core.xml
===================================================================
--- trunk/pt/refman-5.1/dba-core.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/pt/refman-5.1/dba-core.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 695 bytes
@@ -6344,7 +6344,7 @@
<para>
Beginning with MySQL 5.1.22-ndb-6.2.10 and MySQL
- 5.1.22-ndb-6.3.7, this variable affects the number of
+ 5.1.23-ndb-6.3.7, this variable affects the number of
<literal>AUTO_INCREMENT</literal> IDs that are fetched
between statements only. Within a statement, at least 32 IDs
are now obtained at a time. The default value for
Modified: trunk/refman-4.1/Makefile.depends
===================================================================
--- trunk/refman-4.1/Makefile.depends 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-4.1/Makefile.depends 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1377 bytes
@@ -966,7 +966,7 @@
../refman-common/images/published/rolling-restarts.png
manual_SOURCES = manual.xml $(manual_INCLUDES)
manual_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
../ndbapi/metadata/ndb-internals.idmap \
../ndbapi/metadata/ndbapi.idmap \
metadata/apis-c.idmap \
@@ -1257,7 +1257,7 @@
mysql_cluster_process_management_IMAGES =
mysql_cluster_process_management_SOURCES = mysql-cluster-process-management.xml $(mysql_cluster_process_management_INCLUDES)
mysql_cluster_process_management_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
metadata/mysql-cluster-configuration.idmap \
metadata/mysql-cluster-limitations.idmap \
metadata/mysql-cluster-management.idmap \
@@ -1361,7 +1361,7 @@
../refman-common/images/published/rolling-restarts.png
mysql_cluster_SOURCES = mysql-cluster.xml $(mysql_cluster_INCLUDES)
mysql_cluster_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
../ndbapi/metadata/ndb-internals.idmap \
../ndbapi/metadata/ndbapi.idmap \
../refman-common/metadata/bug-reports.idmap \
Modified: trunk/refman-5.0/Makefile.depends
===================================================================
--- trunk/refman-5.0/Makefile.depends 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.0/Makefile.depends 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1396 bytes
@@ -1616,7 +1616,7 @@
images/published/mysql-esi-win32-uninst.png
manual_SOURCES = manual.xml $(manual_INCLUDES)
manual_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
../ndbapi/metadata/ndb-internals.idmap \
../ndbapi/metadata/ndbapi.idmap \
../quick-guides/metadata/reservedwords-core.idmap \
@@ -1901,7 +1901,7 @@
mysql_cluster_process_management_IMAGES =
mysql_cluster_process_management_SOURCES = mysql-cluster-process-management.xml $(mysql_cluster_process_management_INCLUDES)
mysql_cluster_process_management_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
metadata/mysql-cluster-configuration.idmap \
metadata/mysql-cluster-limitations.idmap \
metadata/mysql-cluster-management.idmap \
@@ -2024,7 +2024,7 @@
../refman-common/images/published/rolling-restarts.png
mysql_cluster_SOURCES = mysql-cluster.xml $(mysql_cluster_INCLUDES)
mysql_cluster_IDMAPS = \
- ../ndbapi/metadata/ndb-errors.idmap \
+ ../ndbapi/metadata/errors.idmap \
../ndbapi/metadata/ndb-internals.idmap \
../ndbapi/metadata/ndbapi.idmap \
../refman-common/metadata/bug-reports.idmap \
Modified: trunk/refman-5.1/dba-core-new-tmp.xml
===================================================================
--- trunk/refman-5.1/dba-core-new-tmp.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/dba-core-new-tmp.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 791 bytes
@@ -6342,8 +6342,8 @@
</para>
<para>
- Beginning with MySQL 5.1.22-ndb-6.2.10, MySQL
- 5.1.22-ndb-6.3.7, and MySQL 5.1.23, this variable affects
+ Beginning with MySQL 5.1.23-ndb-6.2.10, MySQL
+ 5.1.23-ndb-6.3.7, and MySQL 5.1.23, this variable affects
the number of <literal>AUTO_INCREMENT</literal> IDs that are
fetched between statements only. Within a statement, at
least 32 IDs are now obtained at a time. The default value
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/dba-core.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 767 bytes
@@ -6342,8 +6342,8 @@
</para>
<para>
- Beginning with MySQL 5.1.22-ndb-6.2.10, MySQL
- 5.1.22-ndb-6.3.7, and MySQL 5.1.23, this variable affects
+ Beginning with MySQL 5.1.23-ndb-6.2.10, MySQL
+ 5.1.23-ndb-6.3.7, and MySQL 5.1.23, this variable affects
the number of <literal>AUTO_INCREMENT</literal> IDs that are
fetched between statements only. Within a statement, at
least 32 IDs are now obtained at a time. The default value
Modified: trunk/refman-5.1/mysql-cluster-cge.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-cge.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/mysql-cluster-cge.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 2, Lines Added: 44, Lines Deleted: 1; 2314 bytes
@@ -757,7 +757,7 @@
backups. These can be enabled using the two new data node
configuration parameters <literal>CompressedLCP</literal>
and <literal>CompressedBackup</literal>, respectively.
- (MySQL 5.1.22-ndb-6.3.7)
+ (MySQL 5.1.23-ndb-6.3.7)
</para>
</listitem>
@@ -1140,6 +1140,49 @@
including MySQL 5.1.22-ndb-6.2.5.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <xref linkend="news-5-1-23-cge"/>:
+ </para>
+
+ <para>
+ Includes these changelogs:
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <xref linkend="news-5-1-23-ndb-6-2-10"/>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <xref linkend="news-5-1-23-ndb-6-3-7"/>
+ </para>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
+ <para>
+ These releases include all feature enhancements and bugfixes
+ made in MySQL 5.1 up to and including 5.1.22. MySQL
+ 5.1.22-ndb-6.2.5 and later
+ ndb-6.2.<replaceable>x</replaceable> releases based on MySQL
+ 5.1.22 include those enhancements made in MySQL
+ 5.1.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2, MySQL
+ 5.1.19-ndb-6.2.3, and MySQL 5.1.19-ndb-6.2.4; MySQL
+ 5.1.22-based ndb-6.3.<replaceable>x</replaceable> releases
+ include those enhancements made in MySQL 5.1.19-ndb-6.3.0
+ and MySQL 5.1.19-ndb-6.3.1;
+ ndb-6.3.<replaceable>x</replaceable> releases beginning with
+ MySQL 5.1.22-ndb-6.3.2 include those enhancements made in
+ the ndb-6.2.<replaceable>x</replaceable> series through and
+ including MySQL 5.1.22-ndb-6.2.5.
+ </para>
+ </listitem>
</itemizedlist>
Modified: trunk/refman-5.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/mysql-cluster-configuration.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1573 bytes
@@ -2984,7 +2984,7 @@
</para>
<para>
- This parameter was introduced in MySQL 5.1.22-ndb-6.3.7.
+ This parameter was introduced in MySQL 5.1.23-ndb-6.3.7.
</para>
</listitem>
@@ -3024,7 +3024,7 @@
</para>
<para>
- This parameter was introduced in MySQL 5.1.22-ndb-6.3.7.
+ This parameter was introduced in MySQL 5.1.23-ndb-6.3.7.
</para>
</listitem>
@@ -5667,7 +5667,7 @@
</row>
<row>
<entry><literal><link linkend="mysql-cluster-param-ndbd-definition-compressedbackup">CompressedBackup</link></literal>
- (Added in MySQL 5.1.22-ndb-6.3.7)</entry>
+ (Added in MySQL 5.1.23-ndb-6.3.7)</entry>
<entry>boolean</entry>
<entry>0</entry>
<entry>0</entry>
@@ -5676,7 +5676,7 @@
</row>
<row>
<entry><literal><link linkend="mysql-cluster-param-ndbd-definition-compressedlcp">CompressedLCP</link></literal>
- (Added in MySQL 5.1.22-ndb-6.3.7)</entry>
+ (Added in MySQL 5.1.23-ndb-6.3.7)</entry>
<entry>boolean</entry>
<entry>0</entry>
<entry>0</entry>
Modified: trunk/refman-5.1/news-5.1-core.xml
===================================================================
--- trunk/refman-5.1/news-5.1-core.xml 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/news-5.1-core.xml 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 7, Lines Added: 181, Lines Deleted: 173; 15532 bytes
@@ -45,26 +45,18 @@
</section>
- <section id="news-5-1-22">
+ <section id="news-5-1-23-cge">
- <title condition="dynamic:changelog:vertitle" role="5.1.22:mysqld:all"/>
+ <title>Changes in MySQL 5.1.23 Carrier Grade Edition</title>
- <para condition="dynamic:changelog:entrylist" role="5.1.22:mysqld:all"/>
-
- </section>
-
- <section id="news-5-1-22-cge">
-
- <title>Changes in MySQL 5.1.22 Carrier Grade Edition</title>
-
<para>
This section contains change history information for
- &mccge-series; releases based on MySQL 5.1.22.
+ &mccge-series; releases based on MySQL 5.1.23.
</para>
- <section id="news-5-1-22-ndb-6-3-7">
+ <section id="news-5-1-23-ndb-6-3-7">
- <title condition="dynamic:changelog:vertitle" role="5.1.22-ndb-6.3.7:mysqld:all"/>
+ <title condition="dynamic:changelog:vertitle" role="5.1.23-ndb-6.3.7:mysqld:all"/>
<para role="release-level">
This is a new Beta development release, fixing recently
@@ -79,10 +71,10 @@
<!--
<formalpara>
- <title>Obtaining &mccge-series; 5.1.22-ndb-6.3.7</title>
+ <title>Obtaining &mccge-series; 5.1.23-ndb-6.3.7</title>
<para>
- &mccge-series; 5.1.22-ndb-6.3.7 — like all releases for
+ &mccge-series; 5.1.23-ndb-6.3.7 — 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
@@ -101,7 +93,7 @@
<para>
Download the commercial source archive from the MySQL FTP
site at <ulink url="&base-url-cge-files;"/>. The file
- <filename>mysql-5.1.22-ndb-6.3.7/mysqlcom-5.1.22-ndb-6.3.7-telco.tar.gz</filename>
+ <filename>mysql-5.1.23-ndb-6.3.7/mysqlcom-5.1.23-ndb-6.3.7-telco.tar.gz</filename>
in this directory contains the complete commercial source
archive.
</para>
@@ -130,7 +122,7 @@
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.22-ndb-6.3.7/mysql-5.1.22-ndb-6.3.7-telco.tar.gz</filename>
+ <filename>mysql-5.1.23-ndb-6.3.7/mysql-5.1.23-ndb-6.3.7-telco.tar.gz</filename>
in this directory contains the complete GPL source
archive.
</para>
@@ -179,16 +171,17 @@
5.1.22-ndb-6.3.2, MySQL 5.1.22-ndb-6.3.3, MySQL
5.1.22-ndb-6.3.4, MySQL 5.1.22-ndb-6.3.5, and MySQL
5.1.22-ndb-6.3.6, 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"/>.
+ which were added in the mainline 5.1.21, 5.1.22, and 5.1.23
+ releases; information about these can be found in
+ <xref linkend="news-5-1-21"/>, <xref linkend="news-5-1-22"/>,
+ and <xref linkend="news-5-1-23"/>.
</para>
<!--
<important>
<formalpara>
- <title>Upgrading to MySQL 5.1.22-ndb-6.3.7 from a previous release</title>
+ <title>Upgrading to MySQL 5.1.23-ndb-6.3.7 from a previous release</title>
<para>
@@ -199,10 +192,176 @@
</important>
-->
- <para condition="dynamic:changelog:entrylist" role="5.1.22-ndb-6.3.7:mysqld:all"/>
+ <para condition="dynamic:changelog:entrylist" role="5.1.23-ndb-6.3.7:mysqld:all"/>
</section>
+ <section id="news-5-1-23-ndb-6-2-10">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.23-ndb-6.2.10:mysqld:all"/>
+
+ <para role="release-level">
+ This is a new Beta development release, fixing recently
+ discovered bugs.
+ </para>
+
+ <!--
+ <formalpara>
+
+ <title>Obtaining &mccge-series; 5.1.23-ndb-6.2.10</title>
+
+ <para>
+ &mccge-series; 5.1.23-ndb-6.2.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.2.10/mysqlcom-5.1.23-ndb-6.2.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.2.10/mysql-5.1.23-ndb-6.2.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>
+
+ <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.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2 (see
+ <xref linkend="news-5-1-18-cge"/>), MySQL 5.1.19-ndb-6.2.3,
+ MySQL 5.1.19-ndb-6.2.4, MySQL 5.1.22-ndb-6.2.5, MySQL
+ 5.1.22-ndb-6.2.6, MySQL 5.1.22-ndb-6.2.7, MySQL
+ 5.1.22-ndb-6.2.8, and MySQL 5.1.23-ndb-6.2.10, as well as all
+ bugfixes and feature changes which were added in the mainline
+ 5.1.20, 5.1.21, 5.1.22, and 5.1.23 releases; information about
+ these can be found in <xref linkend="news-5-1-20"/>,
+ <xref linkend="news-5-1-21"/><xref linkend="news-5-1-22"/>, and
+ <xref linkend="news-5-1-23"/>. Also included are most (but not
+ all) bugfixes made in the MCCGE 6.1.<replaceable>x</replaceable>
+ series through MySQL 5.1.15-ndb-6.1.16.
+ </para>
+
+<!--
+ <important>
+ <formalpara>
+
+ <title>Upgrading to MySQL 5.1.23-ndb-6.2.10 from a previous release</title>
+
+ <para>
+
+ </para>
+
+ </formalpara>
+
+ </important>
+ -->
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.23-ndb-6.2.10:mysqld:all"/>
+
+ </section>
+
+ </section>
+
+ <section id="news-5-1-22">
+
+ <title condition="dynamic:changelog:vertitle" role="5.1.22:mysqld:all"/>
+
+ <para condition="dynamic:changelog:entrylist" role="5.1.22:mysqld:all"/>
+
+ </section>
+
+ <section id="news-5-1-22-cge">
+
+ <title>Changes in MySQL 5.1.22 Carrier Grade Edition</title>
+
+ <para>
+ This section contains change history information for
+ &mccge-series; releases based on MySQL 5.1.22.
+ </para>
+
<section id="news-5-1-22-ndb-6-3-6">
<title condition="dynamic:changelog:vertitle" role="5.1.22-ndb-6.3.6:mysqld:all"/>
@@ -522,157 +681,6 @@
</section>
- <section id="news-5-1-22-ndb-6-2-10">
-
- <title condition="dynamic:changelog:vertitle" role="5.1.22-ndb-6.2.10:mysqld:all"/>
-
- <para role="release-level">
- This is a new Beta development release, fixing recently
- discovered bugs.
- </para>
-
- <remark role="TODO">
- [js] Uncomment next section following release.
- </remark>
-
-<!--
- <formalpara>
-
- <title>Obtaining &mccge-series; 5.1.22-ndb-6.2.10</title>
-
- <para>
- &mccge-series; 5.1.22-ndb-6.2.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.22-ndb-6.2.10/mysqlcom-5.1.22-ndb-6.2.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.22-ndb-6.2.10/mysql-5.1.22-ndb-6.2.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>
-
- <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.18-ndb-6.2.1, MySQL 5.1.18-ndb-6.2.2 (see
- <xref linkend="news-5-1-18-cge"/>), MySQL 5.1.19-ndb-6.2.3,
- MySQL 5.1.19-ndb-6.2.4, MySQL 5.1.22-ndb-6.2.5, MySQL
- 5.1.22-ndb-6.2.6, MySQL 5.1.22-ndb-6.2.7, MySQL
- 5.1.22-ndb-6.2.8, and MySQL 5.1.22-ndb-6.2.9, as well as all
- bugfixes and feature changes which were added in the mainline
- 5.1.20, 5.1.21 and 5.1.22 releases; information about these can
- be found in <xref linkend="news-5-1-20"/>,
- <xref linkend="news-5-1-21"/>, and
- <xref linkend="news-5-1-22"/>. Also included are most (but not
- all) bugfixes made in the MCCGE 6.1.<replaceable>x</replaceable>
- series through MySQL 5.1.15-ndb-6.1.16.
- </para>
-
-<!--
- <important>
- <formalpara>
-
- <title>Upgrading to MySQL 5.1.22-ndb-6.2.9 from a previous release</title>
-
- <para>
-
- </para>
-
- </formalpara>
-
- </important>
- -->
-
- <para condition="dynamic:changelog:entrylist" role="5.1.22-ndb-6.2.9:mysqld:all"/>
-
- </section>
-
<section id="news-5-1-22-ndb-6-2-9">
<title condition="dynamic:changelog:vertitle" role="5.1.22-ndb-6.2.9:mysqld:all"/>
Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt 2007-12-18 16:14:08 UTC (rev 9372)
+++ trunk/refman-5.1/renamed-nodes.txt 2007-12-18 16:28:56 UTC (rev 9373)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 581 bytes
@@ -293,6 +293,8 @@
news-5-1-19-ndb-6-2-5 news-5-1-22-ndb-6-2-5
news-5-1-20-cge news-5-1-22-cge
news-5-1-20-ndb-6-3-2 news-5-1-22-ndb-6-3-2
+news-5-1-22-ndb-6-2-10 news-5-1-23-ndb-6-2-10
+news-5-1-22-ndb-6-3-7 news-5-1-23-ndb-6-3-7
nocursor myodbc-errors
nt-start windows-start-service
nutshell-ready-for-immediate-use roadmap
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9373 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars ndbapi pt/refman-5.1 refman-4.1 refman-5.0 refman... | jon | 18 Dec |