Author: jstephens
Date: 2008-10-23 21:44:38 +0200 (Thu, 23 Oct 2008)
New Revision: 12140
Log:
Fixed Cluster-related material in 5.1 What's New section
(Thanks, Geert!)
Modified:
trunk/refman-5.1/introduction.xml
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2008-10-23 18:54:07 UTC (rev 12139)
+++ trunk/refman-5.1/introduction.xml 2008-10-23 19:44:38 UTC (rev 12140)
Changed blocks: 2, Lines Added: 67, Lines Deleted: 45; 5726 bytes
@@ -518,67 +518,89 @@
<listitem>
<formalpara>
- <title>MySQL Cluster replication</title>
+ <title>MySQL Cluster</title>
<para>
- Replication between MySQL Clusters is now supported. It is
- now also possible to replicate between a MySQL Cluster and
- a non-cluster database. See
- <xref linkend="mysql-cluster-replication"/>.
+ MySQL Cluster is now released as a separate product, based
+ on MySQL 5.1 but with the addition of the
+ <literal>NDBCLUSTER</literal> storage engine. Clustering
+ support is longer available in mainline MySQL 5.1
+ releases. MySQL Cluster releases are identified by a
+ 3-part NDB version number; currently, the MySQL Cluster
+ NDB 6.2 and MySQL Cluster NDB 6.3 release series are
+ available for production use.
</para>
</formalpara>
- </listitem>
- <listitem>
- <formalpara>
+ <para>
+ Some of the changes in MySQL Cluster since MySQL 5.0 are
+ listed here:
- <title>MySQL Cluster disk data storage</title>
+ <itemizedlist>
- <para>
- In MySQL versions previous to 5.1.6, the
- <literal>NDBCLUSTER</literal> storage engine was strictly
- in-memory; beginning with MySQL 5.1.6, it is possible to
- store Cluster data (but not indexes) on disk. This allows
- MySQL Cluster to scale upward with fewer hardware (RAM)
- requirements than previously. In addition, the Disk Data
- implementation includes a new <quote>no-steal</quote>
- restoration algorithm for fast node restarts when storing
- very large amounts of data (terabyte range). See
- <xref linkend="mysql-cluster-disk-data"/>.
- </para>
+ <listitem>
+ <formalpara>
- </formalpara>
- </listitem>
+ <title>MySQL Cluster replication</title>
- <listitem>
- <formalpara>
+ <para>
+ Replication between MySQL Clusters is now supported.
+ It is now also possible to replicate between a MySQL
+ Cluster and a non-cluster database. See
+ <xref linkend="mysql-cluster-replication"/>.
+ </para>
- <title>Improved backups for MySQL Cluster</title>
+ </formalpara>
+ </listitem>
- <para>
- A fault arising in a single data node during a Cluster
- backup no longer causes the entire backup to be aborted,
- as occurred in previous versions of MySQL Cluster.
- </para>
+ <listitem>
+ <formalpara>
- </formalpara>
- </listitem>
+ <title>MySQL Cluster disk data storage</title>
- <listitem>
- <formalpara>
+ <para>
+ Formerly, the <literal>NDBCLUSTER</literal> storage
+ engine was strictly in-memory; now, it is possible
+ to store Cluster data (but not indexes) on disk.
+ This allows MySQL Cluster to scale upward with fewer
+ hardware (RAM) requirements than previously. In
+ addition, the Disk Data implementation includes a
+ new <quote>no-steal</quote> restoration algorithm
+ for fast node restarts when storing very large
+ amounts of data (terabyte range). See
+ <xref linkend="mysql-cluster-disk-data"/>, for more
+ information.
+ </para>
- <title>MySQL Cluster NDB 6.x</title>
+ </formalpara>
+ </listitem>
- <para>
- Many new features and other improvements have been made to
- the <literal>NDBCLUSTER</literal> storage engine in MySQL
- Cluster NDB 6.x (formerly known as <quote>MySQL Cluster
- Carrier Grade Edition</quote>); for an overview of these,
- see <xref linkend="mysql-cluster-roadmap"/>.
- </para>
+ <listitem>
+ <formalpara>
- </formalpara>
+ <title>Improved backups for MySQL Cluster</title>
+
+ <para>
+ A fault arising in a single data node during a
+ Cluster backup no longer causes the entire backup to
+ be aborted, as occurred in previous versions of
+ MySQL Cluster.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
+ <para>
+ Many other new features and improvements have been made to
+ the <literal>NDBCLUSTER</literal> storage engine in MySQL
+ Cluster NDB 6.2 and MySQL Cluster NDB 6.3; for more
+ information about these, see
+ <xref linkend="mysql-cluster-roadmap"/>.
+ </para>
</listitem>
<listitem>
@@ -666,7 +688,7 @@
</note>
<para>
- The following features will be added to MySQL 6.0, or change in
+ The following features are expected to be added to, or change in
MySQL 6.0:
<itemizedlist>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12140 - trunk/refman-5.1 | jon | 23 Oct |