List:Commits« Previous MessageNext Message »
From:jon Date:February 14 2007 3:20am
Subject:svn commit - mysqldoc@docsrva: r4928 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-02-14 04:20:41 +0100 (Wed, 14 Feb 2007)
New Revision: 4928

Log:

Documented Cluster Bug #24191 fix for 5.1 (already noted for 5.0)



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-02-13 21:27:40 UTC (rev 4927)
+++ trunk/refman-5.1/news-5.1.xml	2007-02-14 03:20:41 UTC (rev 4928)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 7; 1557 bytes

@@ -172,16 +172,25 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>NDB Cluster</literal>: The
+          <filename>ndb_size.tmpl</filename> file (necessary for using
+          the <filename>ndb_size.pl</filename> script) was missing from
+          binary distributions. (Bug #24191)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
-          <emphasis role="bold">Cluster APIs</emphasis> /
-          <emphasis role="bold">Disk Data</emphasis>: A delete and a
-          read peformed in the same operation could cause one or more of
-          the cluster's data nodes to crash. This could occur when the
-          operation affected more than 5 columns concurrently, or when
-          one or more of the columns was of the VARCHAR type and was
-          stored on disk. (Bug #25794)
+          <literal>NDB Cluster</literal> (Cluster APIs / Disk Data): A
+          delete and a read peformed in the same operation could cause
+          one or more of the cluster's data nodes to crash. This could
+          occur when the operation affected more than 5 columns
+          concurrently, or when one or more of the columns was of the
+          <literal>VARCHAR</literal> type and was stored on disk. (Bug
+          #25794) 
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r4928 - trunk/refman-5.1jon14 Feb