List:Commits« Previous MessageNext Message »
From:jon Date:May 13 2006 5:45pm
Subject:svn commit - mysqldoc@docsrva: r2087 - in trunk: ndbapi refman-common
View as plain text  
Author: jstephens
Date: 2006-05-13 17:45:24 +0200 (Sat, 13 May 2006)
New Revision: 2087

Log:

Documenting Cluster bugfixes: Bug #18798, Bug #19201

Fix for Docs Bug #19719 (NDBAPI)


Modified:
   trunk/ndbapi/overview.xml
   trunk/refman-common/news-4.1.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/ndbapi/overview.xml
===================================================================
--- trunk/ndbapi/overview.xml	2006-05-13 05:33:02 UTC (rev 2086)
+++ trunk/ndbapi/overview.xml	2006-05-13 15:45:24 UTC (rev 2087)
@@ -558,6 +558,13 @@
         database is changed. This is accomplished through the
         <literal>NdbEventOperation</literal> class.
       </para>
+      
+      <important>
+        <para>
+          The <literal>NDB</literal> event notification API is not
+          supported prior to MySQL 5.1. (Bug #19719)
+        </para>
+      </important>
 
       <para>
         For more information about these classes as well as some

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-05-13 05:33:02 UTC (rev 2086)
+++ trunk/refman-common/news-4.1.xml	2006-05-13 15:45:24 UTC (rev 2087)
@@ -187,6 +187,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>:
<literal>TRUNCATE</literal>
+          failed on tables having <literal>BLOB</literal> or
+          <literal>TEXT</literal> columns with the error
<errortext>Lock
+            wait timeout exceeded</errortext>. (Bug #19201) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-05-13 05:33:02 UTC (rev 2086)
+++ trunk/refman-common/news-5.0.xml	2006-05-13 15:45:24 UTC (rev 2087)
@@ -261,6 +261,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>:
<literal>TRUNCATE</literal>
+          failed on tables having <literal>BLOB</literal> or
+          <literal>TEXT</literal> columns with the error
<errortext>Lock
+            wait timeout exceeded</errortext>. (Bug #19201) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-05-13 05:33:02 UTC (rev 2086)
+++ trunk/refman-common/news-5.1.xml	2006-05-13 15:45:24 UTC (rev 2087)
@@ -89,6 +89,16 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>:
<literal>TRUNCATE</literal>
+          failed on tables having <literal>BLOB</literal> or
+          <literal>TEXT</literal> columns with the error
<errortext>Lock
+            wait timeout exceeded</errortext>. This affected both
+          in-memory and Disk Data tables. (Bug #19201) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -388,6 +398,14 @@
           (Bug #17667)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>:
<command>mysqld</command>
+          could crash when attempting an update if the cluster had
+          failed previously. (Bug #18798)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r2087 - in trunk: ndbapi refman-commonjon13 May