List:Commits« Previous MessageNext Message »
From:jon Date:October 17 2007 12:08pm
Subject:svn commit - mysqldoc@docsrva: r8136 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-10-17 14:08:11 +0200 (Wed, 17 Oct 2007)
New Revision: 8136

Log:

Documenting CGE-6.3.5 release (2 bugfixes only):

  Bug #31618, Bug #31482



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-17 08:39:59 UTC (rev 8135)
+++ trunk/refman-5.1/mysql-cluster-cge.xml	2007-10-17 12:08:11 UTC (rev 8136)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 544 bytes

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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-10-17 08:39:59 UTC (rev 8135)
+++ trunk/refman-5.1/news-5.1.xml	2007-10-17 12:08:11 UTC (rev 8136)
Changed blocks: 1, Lines Added: 92, Lines Deleted: 0; 3482 bytes

@@ -811,6 +811,98 @@
       &mccge-series; releases based on MySQL 5.1.22.
     </para>
 
+    <section id="news-5-1-22-ndb-6-3-5">
+
+      <title>Changes in release MySQL 5.1.22-ndb-6.3.5-beta (17 October 2007)</title>
+
+      <para role="release-level">
+        This is a new Beta development release, fixing recently
+        discovered bugs.
+      </para>
+
+      <remark role="TODO">
+        [js] Uncomment next para following release.
+      </remark>
+
+      <para>
+        Like all releases for &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.22-ndb-6.3.5"/>.
+        The file
+        <filename>mysqlcom-5.1.22-ndb-6.3.5-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.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, MySQL
+        5.1.22-ndb-6.3.2, MySQL 5.1.22-ndb-6.3.3, and MySQL
+        5.1.22-ndb-6.3.4, 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"/>.
+      </para>
+
+<!--
+        <important>
+        <formalpara>
+        
+        <title>Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release</title>
+        
+        <para>
+        
+        </para>
+        
+        </formalpara>
+        
+        </important>
+      -->
+
+      <para>
+        This release fixes the following bugs:
+      </para>
+
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            <emphasis role="bold">Cluster Replication</emphasis>: In
+            some cases, not all tables were properly initialized before
+            the binlog thread was started. (Bug #31618)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            A query against a table with <literal>TEXT</literal> or
+            <literal>BLOB</literal> columns that would return more than
+            a certain amount of data failed with <errortext>Got error
+            4350 'Transaction already aborted' from
+            NDBCLUSTER</errortext>. (Bug #31482)
+          </para>
+
+          <para>
+            This bug was introduced by the fix for Bug #29102.
+          </para>
+        </listitem>
+
+      </itemizedlist>
+
+    </section>
+
     <section id="news-5-1-22-ndb-6-3-4">
 
       <title>Changes in release MySQL 5.1.22-ndb-6.3.4-beta (15 October 2007)</title>


Thread
svn commit - mysqldoc@docsrva: r8136 - trunk/refman-5.1jon17 Oct