List:Commits« Previous MessageNext Message »
From:jon Date:July 4 2006 1:48pm
Subject:svn commit - mysqldoc@docsrva: r2619 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-07-04 15:48:25 +0200 (Tue, 04 Jul 2006)
New Revision: 2619

Log:
Documenting fix for Cluster Bug #20683

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-07-04 13:39:22 UTC (rev 2618)
+++ trunk/refman-common/news-5.0.xml	2006-07-04 13:48:25 UTC (rev 2619)
@@ -211,6 +211,16 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal> (Replication): In some cases, a
+          large number of MySQL servers sending requests to the cluster
+          simultaneously could cause the cluster to crash. This could
+          also be triggered by many NDB API clients making simultaneous
+          event subscriptions or unsubscriptions. (Bug #20683)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal> (NDB API): When multiple
           processes or threads in parallel were performing a scan with
           an exclusive lock, then updated only one record from the

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-07-04 13:39:22 UTC (rev 2618)
+++ trunk/refman-common/news-5.1.xml	2006-07-04 13:48:25 UTC (rev 2619)
@@ -344,6 +344,16 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal> (Replication): In some cases, a
+          large number of MySQL servers sending requests to the cluster
+          simultaneously could cause the cluster to crash. This could
+          also be triggered by many NDB API clients making simultaneous
+          event subscriptions or unsubscriptions. (Bug #20683)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal> (NDB API): When multiple
           processes or threads in parallel were performing a scan with
           an exclusive lock, then updated only one record from the

Thread
svn commit - mysqldoc@docsrva: r2619 - trunk/refman-commonjon4 Jul