List:Commits« Previous MessageNext Message »
From:jon Date:March 30 2006 6:12am
Subject:svn commit - mysqldoc@docsrva: r1703 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-30 08:12:04 +0200 (Thu, 30 Mar 2006)
New Revision: 1703

Log:

Documenting fix for Bug #18598 (Cluster).

(Added news-5-1-10 section to 5.1 changelog. Yes, I remembered to use the new
template. :) )



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 04:33:55 UTC (rev 1702)
+++ trunk/refman-common/news-5.1.xml	2006-03-30 06:12:04 UTC (rev 1703)
@@ -31,6 +31,98 @@
     <filename>TEMPLATE.news.xml</filename> template in the
     <filename>refman-common</filename> directory.
   </remark>
+  
+  <section id="news-5-1-10">
+    
+    <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
+      <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).
+      For more details please see
+      <ulink url="http://www.mysql.com/network/advisors.html"/>.
+    </para>
+    
+    <remark role="todo">
+      Uncomment following when there are new features or feature changes
+      to report.
+    </remark>
+    
+<!--
+    <para>
+      Functionality added or changed:
+    </para>
+    
+    <itemizedlist>
+      
+      <listitem>
+        <para></para>
+      </listitem>
+      
+    </itemizedlist>
+-->
+    
+    <para>
+      Bugs fixed:
+    </para>
+    
+    <itemizedlist>
+      
+      <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
+          multi-column primary key, where <replaceable>pkN</replaceable>
+          represents one of the columns making up the primary key. (Bug
+          #18598)  
+        </para>
+      </listitem>
+      
+    </itemizedlist>
+    
+  </section>
 
   <section id="news-5-1-9">
 

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