List:Commits« Previous MessageNext Message »
From:jon Date:December 22 2006 3:15am
Subject:svn commit - mysqldoc@docsrva: r4329 - branches/telcos/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-12-22 04:15:22 +0100 (Fri, 22 Dec 2006)
New Revision: 4329

Log:

Documented Telco bugfixes:

  Bug #22773, Bug #24166, Bug #25090, Bug #24914



Modified:
   branches/telcos/refman-5.1/news-5.1.xml


Modified: branches/telcos/refman-5.1/news-5.1.xml
===================================================================
--- branches/telcos/refman-5.1/news-5.1.xml	2006-12-22 00:54:08 UTC (rev 4328)
+++ branches/telcos/refman-5.1/news-5.1.xml	2006-12-22 03:15:22 UTC (rev 4329)
Changed blocks: 3, Lines Added: 51, Lines Deleted: 17; 3813 bytes

@@ -57,21 +57,15 @@
         3. REMOVE WHOLE PARAGRAPH IF THIS IS A PRODUCTION RELEASE.
       </remark>
 
-      <emphasis role="bold">NOTE:</emphasis> This
-
-      <remark>
-        4. FROM THE FOLLOWING LINE, SELECT THE MATURITY LEVEL.
-      </remark>
-
-      Beta release, as any other pre-production release, should not be
-      installed on <emphasis>production</emphasis> level systems or
-      systems with critical data. It is good practice to back up your
-      data before installing any new version of software. 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.
+      <emphasis role="bold">NOTE:</emphasis> This Beta release, as any
+      other pre-production release, should not be installed on
+      <emphasis>production</emphasis> level systems or systems with
+      critical data. It is good practice to back up your data before
+      installing any new version of software. 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>
 
     <para role="release-special-announcement">

@@ -83,8 +77,9 @@
 
     <para>
       This section documents all changes and bug fixes that have been
-      applied in the first MySQL Cluster Telco release, and since MySQL
-      5.1.14 (standard) was released.
+      applied in the first MySQL Cluster Telco Edition Beta release
+      (also known as MySQL Cluster 5.1.14/NDB-6.1.0), and since MySQL's
+      Telco Edition diverged from MySQL 5.1.14 standard.
     </para>
 
     <para>

@@ -182,6 +177,45 @@
           the cluster performed a local checkpoint. (Bug #17605)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          When a data node was shut down using the management client
+          <literal>STOP</literal> command, a connection event 
+          (<literal>NDB_LE_Connected</literal>) was logged instead of a 
+          disconnection event (<literal>NDB_LE_Disconnected</literal>).
+          (Bug #22773)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <emphasis role="bold">Disk Data</emphasis>: When restoring
+          from backup a cluster containing any Disk Data tables with
+          hidden primary keys, a node failure resulted which could lead
+          to a crash of the cluster. (Bug #24166)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <emphasis role="bold">NDB API</emphasis>: Invoking the
+          <literal>NdbTransaction::execute()</literal> method using
+          execution type <literal>Commit</literal> and abort option
+          <literal>AO_IgnoreError</literal> could lead to a crash of the
+          transaction coordinator (<literal>DBTC</literal>). (Bug
+          #25090)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <emphasis role="bold">NDB API</emphasis>: Due to an error in
+          the computation of table fragment arrays, some transactions
+          might not be executed from the correct starting point. (Bug
+          #24914)
+        </para>
+      </listitem>
 
     </itemizedlist>
 


Thread
svn commit - mysqldoc@docsrva: r4329 - branches/telcos/refman-5.1jon22 Dec