List:Commits« Previous MessageNext Message »
From:jon Date:April 20 2006 6:21am
Subject:svn commit - mysqldoc@docsrva: r1883 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-20 08:21:38 +0200 (Thu, 20 Apr 2006)
New Revision: 1883

Log:

Documenting fix for Bug #15530 (Cluster).



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

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-20 04:06:58 UTC (rev 1882)
+++ trunk/refman-common/news-5.0.xml	2006-04-20 06:21:38 UTC (rev 1883)
@@ -233,6 +233,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: On slow networks or CPUs, the
+          management client <literal>SHOW</literal> command could
+          sometimes erroneously show all data nodes as being master
+          nodes belonging to nodegroup 0. (Bug #15530)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-20 04:06:58 UTC (rev 1882)
+++ trunk/refman-common/news-5.1.xml	2006-04-20 06:21:38 UTC (rev 1883)
@@ -126,6 +126,15 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal>: On slow networks or CPUs, the
+          management client <literal>SHOW</literal> command could
+          sometimes erroneously show all data nodes as being master
+          nodes belonging to nodegroup 0. (Bug #15530)  
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           The XPath <literal>string-length()</literal> function was not
           implemented for use with <literal>ExtractValue()</literal>.
           (Bug #16319)

Thread
svn commit - mysqldoc@docsrva: r1883 - trunk/refman-commonjon20 Apr