List:Commits« Previous MessageNext Message »
From:jon Date:May 9 2008 8:43pm
Subject:svn commit - mysqldoc@docsrva: r10704 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-05-09 20:43:02 +0200 (Fri, 09 May 2008)
New Revision: 10704

Log:

Added warning about removal of Cluster binaries in 6.0.5+ to 6.0 
changelog.



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-09 15:16:47 UTC (rev 10703)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-09 18:43:02 UTC (rev 10704)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 1; 1503 bytes

@@ -20,9 +20,10 @@
 
     <versions>
       <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
     </versions>
 
-    <message>
+    <message ver="5.1.24">
 
       <para>
         Beginning with this release, MySQL 5.1 binaries are no longer

@@ -44,6 +45,28 @@
 
     </message>
 
+    <message ver="6.0.5">
+
+      <para>
+        Beginning with this release, MySQL 6.0 binaries are no longer
+        built with support for the <literal>NDBCLUSTER</literal> storage
+        engine, and the <literal>NDBCLUSTER</literal> code included in
+        6.0 mainline sources is no longer guaranteed to be maintained or
+        supported. Those using MySQL Cluster in MySQL 6.0.4 and earlier
+        MySQL 6.0 mainline releases should upgrade to &mccge-series;
+        6.2.15 when this becomes available. Sources for &mccge-series;
+        are available under GPL, and both commercial and GPL binaries
+        for supported platforms are expected for &mccge-series; 6.2.15
+        and later &mccge-series; releases.
+      </para>
+
+      <para>
+        For more information about &mccge-series;, see
+        <ulink url="&base-url-refman;/5.1/en/mysql-cluster-cge.html"/>.
+      </para>
+
+    </message>
+
   </logentry>
 
   <logentry entrytype="bug">


Thread
svn commit - mysqldoc@docsrva: r10704 - trunk/dynamic-docs/changelogjon9 May 2008