Author: jstephens
Date: 2007-06-17 19:57:58 +0200 (Sun, 17 Jun 2007)
New Revision: 6830
Log:
Added CGE Differences section.
Modified:
trunk/ndbapi/ndb.en.ent
trunk/refman-5.1/mysql-cluster.xml
Modified: trunk/ndbapi/ndb.en.ent
===================================================================
--- trunk/ndbapi/ndb.en.ent 2007-06-17 09:11:09 UTC (rev 6829)
+++ trunk/ndbapi/ndb.en.ent 2007-06-17 17:57:58 UTC (rev 6830)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 454 bytes
@@ -4,7 +4,7 @@
-->
-<!ENTITY title "MySQL Cluster API Developers' Guide">
+<!ENTITY title "The MySQL Cluster API Developers' Guide">
<!ENTITY subtitle "Version &version; (<?dbtimestamp format='Y-m-d'?>)">
<!ENTITY version "2.0">
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-06-17 09:11:09 UTC (rev 6829)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-06-17 17:57:58 UTC (rev 6830)
Changed blocks: 2, Lines Added: 189, Lines Deleted: 10; 7536 bytes
@@ -322,7 +322,7 @@
<ulink url="http://www.mysql.com/products/database/clustercge/"/>,
or by contacting <email>sales@stripped</email>.
</para>
-<!--
+
<section id="mysql-cluster-cge-differences">
<title>Major Differences Between MySQL ¤t-series; and &mccge-series;</title>
@@ -333,31 +333,210 @@
&mccge-series; releases.
</para>
- <para>
- &mccge-series; also fixes many MySQL Cluster bugs before the
- fixes appear in MySQL ¤t-series;. The &mccge-series;
- changelogs has complete listings of these — see
- <xref linkend="mysql-cluster-cge-releases"/>.
- </para>
+ <note>
+ <para>
+ &mccge-series; also fixes many MySQL Cluster bugs before the
+ fixes appear in MySQL ¤t-series;. The &mccge-series;
+ changelogs has complete listings of these — see
+ <xref linkend="mysql-cluster-cge-releases"/>.
+ </para>
+ </note>
+ <remark role="TODO">
+ [js] Add relevant links to items in next 2 lists.
+ </remark>
+
<formalpara>
<title>ndb-6.2.<replaceable>x</replaceable> branch</title>
- <para></para>
+ <para>
+ The following improvements are available in
+ ndb-6.2.<replaceable>x</replaceable> releases:
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Mutliple cluster connections by a single MySQL server
+ using the <option>--ndb-cluster-connection-pool</option>
+ startup option for <command>mysqld</command> (MySQL
+ 5.1.18-ndb-6.2.2).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The addition of the <literal>NdbRecord</literal>
+ interface and handler for the <literal>NDB</literal> API
+ (MySQL 5.1.18-ndb-6.2.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Enhanced backup status reporting, aided in part by the
+ introduction of a
+ <literal>BackupReportFrequency</literal> configuration
+ parameter as well as a new management client command
+ <literal>REPORT BackupStatus</literal> (MySQL
+ 5.1.18-ndb-6.2.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ In-progress status reporting by
+ <command>ndb_restore</command> (MySQL 5.1.18-ndb-6.2.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Batching of updates on cluster replication slaves,
+ enabled using the
+ <option>--slave-allow-batching</option> option for
+ <command>mysqld</command> (MySQL 5.1.18-ndb-6.2.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Improved memory allocation in the <literal>NDB</literal>
+ kernel (MySQL 5.1.18-ndb-6.2.3).
+ </para>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
</formalpara>
<formalpara>
<title>ndb-6.1.<replaceable>x</replaceable> branch</title>
- <para></para>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Enhanced backup status reporting, aided in part by the
+ introduction of a
+ <literal>BackupReportFrequency</literal> configuration
+ parameter (MySQL 5.1.14-ndb-6.1.0).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Maxmimum number of all nodes in a cluster increased to
+ 255 (MySQL 5.1.14-ndb-6.1.1).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Addition of the <literal>NDB</literal> API
+ <literal>Dictionary::listEvents()</literal> method
+ (MySQL 5.1.15-ndb-6.1.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Ability to disable arbitration, by setting
+ <literal>ArbitrationRank=0</literal> on all nodes (MySQL
+ 5.1.15-ndb-6.1.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ New management client <literal>DUMP</literal> commands
+ (MySQL 5.1.15-ndb-6.1.3)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Inclusion of the <command>ndb_redo_log_reader</command>
+ utility in the default build (MySQL 5.1.15-ndb-6.1.3).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ New methods of the
+ <literal>Ndb_cluster_connection</literal> class, making
+ it possible to iterate over all existing
+ <literal>Ndb</literal> objects (MySQL 5.1.15-ndb-6.1.4).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--ndb-wait-connected</option> option for
+ <command>mysqld</command>, causing
+ <command>mysqld</command> wait a specified amount of
+ time to be connected to the cluster before starting to
+ accept client connections (MySQL 5.1.15-ndb-6.1.4).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Improved data node memory allocation (MySQL
+ 5.1.15-ndb-6.1.4).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Ability to pipe output of <command>ndb_restore</command>
+ to CSV file (MySQL 5.1.15-ndb-6.1.5).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A new <literal>FragmentLogFileSize</literal>
+ configuration parameter makes it possible to set the
+ size of redo log files (MySQL 5.1.15-ndb-6.1.11).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>MaxAllocate</literal> configuration parameter
+ makes it possible to set the maximum size of the
+ allocation unit used for table memory (MySQL
+ 5.1.15-ndb-6.1.12).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Improvements in backups of Disk Data tables resulted in
+ a 10 to 15% increase in backup speed of Disk Data tables
+ (MySQL 5.1.15-ndb-6.1.13).
+ </para>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
</formalpara>
+ <para>
+ More detailed information can be found in the changelogs for
+ individual &mccge-series; releases; see
+ <xref linkend="mysql-cluster-cge-releases"/>, for a current
+ changelog listing.
+ </para>
+
</section>
--->
+
<section id="mysql-cluster-cge-releases">
<title>&mccge-series; Releases</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6830 - in trunk: ndbapi refman-5.1 | jon | 17 Jun |