List:Commits« Previous MessageNext Message »
From:jon Date:October 19 2007 7:31am
Subject:svn commit - mysqldoc@docsrva: r8184 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-10-19 09:31:32 +0200 (Fri, 19 Oct 2007)
New Revision: 8184

Log:

Documented CGE-6.1.22 release, fix for Cluster Bug #31701



Modified:
   trunk/refman-5.1/mysql-cluster-cge.xml
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/mysql-cluster-cge.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-cge.xml	2007-10-19 07:21:34 UTC (rev 8183)
+++ trunk/refman-5.1/mysql-cluster-cge.xml	2007-10-19 07:31:32 UTC (rev 8184)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 545 bytes

@@ -782,6 +782,12 @@
                 </para>
               </listitem>
 
+              <listitem>
+                <para>
+                  <xref linkend="news-5-1-15-ndb-6-1-22"/>
+                </para>
+              </listitem>
+
             </itemizedlist>
           </para>
 


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-10-19 07:21:34 UTC (rev 8183)
+++ trunk/refman-5.1/news-5.1.xml	2007-10-19 07:31:32 UTC (rev 8184)
Changed blocks: 1, Lines Added: 68, Lines Deleted: 0; 3205 bytes

@@ -13544,6 +13544,74 @@
       &mccge-series; releases based on MySQL 5.1.15.
     </para>
 
+    <section id="news-5-1-15-ndb-6-1-22">
+
+      <title>Changes in release MySQL 5.1.15-ndb-6.1.22-beta (19 October 2007)</title>
+
+      <para role="release-level">
+        This is a new Beta development release, incorporating a bugfix
+        made since the previous &mccge-series; release.
+      </para>
+
+      <para>
+        Like all releases for MySQL &mccge-series;, this 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
+        the source code archive for this release from the MySQL FTP site
+        at <ulink url="&base-url-cge-files;mysql-5.1.15-ndb-6.1.22/"/>.
+        The file
+        <filename>mysqlcom-5.1.15-ndb-6.1.22-telco.tar.gz</filename> in
+        this directory contains the complete source archive.
+      </para>
+
+      <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.14-ndb-6.1.0, MySQL 5.1.15-ndb-6.1.1, MySQL
+        5.1.15-ndb-6.1.2, MySQL 5.1.15-ndb-6.1.3, MySQL
+        5.1.15-ndb-6.1.4, MySQL 5.1.15-ndb-6.1.5, MySQL
+        5.1.15-ndb-6.1.6, MySQL 5.1.15-ndb-6.1.7, MySQL
+        5.1.15-ndb-6.1.8, MySQL 5.1.15-ndb-6.1.9, MySQL
+        5.1.15-ndb-6.1.10, MySQL 5.1.15-ndb-6.1.11, MySQL
+        5.1.15-ndb-6.1.12, MySQL 5.1.15-ndb-6.1.13, MySQL
+        5.1.15-ndb-6.1.14, MySQL 5.1.15-ndb-6.1.15, MySQL
+        5.1.15-ndb-6.1.16, MySQL 5.1.15-ndb-6.1.17, MySQL
+        5.1.15-ndb-6.1.18, MySQL 5.1.15-ndb-6.1.19, MySQL
+        5.1.15-ndb-6.1.20, and MySQL 5.1.15-ndb-6.1.21. This version
+        also incorporates all bugfixes and feature changes which were
+        added in the mainline MySQL 5.1 releases up to and including
+        5.1.15 (see <xref linkend="news-5-1-15"/>).
+      </para>
+
+      <para>
+        This release fixes the following bug:
+      </para>
+
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            <emphasis role="bold">Cluster Replication</emphasis>: A node
+            failure during replication could lead to buckets out of
+            order; now active subscribers are checked for, rather than
+            empty buckets. (Bug #31701)
+          </para>
+        </listitem>
+
+      </itemizedlist>
+
+    </section>
+
     <section id="news-5-1-15-ndb-6-1-21">
 
       <title>Changes in release MySQL 5.1.15-ndb-6.1.21-beta (01 October 2007)</title>


Thread
svn commit - mysqldoc@docsrva: r8184 - trunk/refman-5.1jon19 Oct