List:Commits« Previous MessageNext Message »
From:jon Date:March 30 2006 9:48am
Subject:svn commit - mysqldoc@docsrva: r1704 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-30 11:48:43 +0200 (Thu, 30 Mar 2006)
New Revision: 1704

Log:

Documenting fix for Cluster replication/partitioning bug. (Bug #18284)



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-30 06:12:04 UTC (rev 1703)
+++ trunk/refman-common/news-5.1.xml	2006-03-30 09:48:43 UTC (rev 1704)
@@ -37,49 +37,29 @@
     <title>&title-news-5-1-10;</title>
     
     <para role="release-level">
-      <remark>
-        1. ABOVE, REPLACE major-minor-version WITH SOMETHING LIKE 5-1-10.
-      </remark>
-      <remark>
-        2. SELECT ONE OF THE FOLLOWING SENTENCES.
-      </remark>
       This is a new Beta development release, fixing recently discovered
       bugs.
     </para>
     
     <para role="release-non-production">
-      <remark>
-        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>
-      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
+      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">
-      <remark>
-        5. REMOVE WHOLE PARAGRAPH IF THERE IS NOTHING SPECIAL TO ANNOUNCE.
-      </remark>
-    </para>
-    
     <para>
       This section documents all changes and bug fixes that have been 
       applied since the last official MySQL release. If you would like to 
-      receive more fine-grained and personalised 
-      <emphasis>update alerts</emphasis> about fixes 
-      that are relevant to the version and features you use, please 
-      consider subscribing to <emphasis>MySQL Network</emphasis>
-      (a commercial MySQL offering).
+      receive more fine-grained and personalised <emphasis>update
+        alerts</emphasis> about fixes that are relevant to the version
+      and features you use, please consider subscribing to
+      <emphasis>MySQL Network</emphasis> (a commercial MySQL offering).
       For more details please see
       <ulink url="http://www.mysql.com/network/advisors.html"/>.
     </para>
@@ -111,6 +91,15 @@
       
       <listitem>
         <para>
+          <literal>NDB Cluster</literal>: Attempting to create an index
+          using multiple columns on an explicitly partitioned table in a
+          replicated Cluster database could cause the master
+          <command>mysqld</command> process to crash. (Bug #18284) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Queries using <literal>ORDER
             BY <replaceable>pkN</replaceable></literal> failed against a
           <literal>LIST</literal>-partitioned Cluster table having a

Thread
svn commit - mysqldoc@docsrva: r1704 - trunk/refman-commonjon30 Mar