List:Commits« Previous MessageNext Message »
From:jon Date:February 3 2007 9:23am
Subject:svn commit - mysqldoc@docsrva: r4776 - branches/telcos/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-02-03 10:23:29 +0100 (Sat, 03 Feb 2007)
New Revision: 4776

Log:

5.1.15/6.1.1 upgrade notes (Jonas)



Modified:
   branches/telcos/refman-5.1/news-5.1.xml


Modified: branches/telcos/refman-5.1/news-5.1.xml
===================================================================
--- branches/telcos/refman-5.1/news-5.1.xml	2007-02-03 02:49:41 UTC (rev 4775)
+++ branches/telcos/refman-5.1/news-5.1.xml	2007-02-03 09:23:29 UTC (rev 4776)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 1; 1522 bytes

@@ -63,7 +63,38 @@
       5.1.15 release; information about these can be found in 
       <xref linkend="news-5-1-15"/>.
     </para>
-
+    
+    <important> 
+      <formalpara>
+        <title>Upgrading to MySQL 5.1.15/NDB-6.1.1 from a previous
+          release</title>
+        
+        <para>
+          This release is not binary compatible with any previous
+          releases. This means that: 
+          
+          <itemizedlist>
+            <listitem>
+              <para>
+                You cannot perform an online upgrade to this release
+                from either MySQL 5.1.14/NDB-6.1.0 or from any of the
+                mainline MySQL 5.1 releases. You must shut down the
+                cluster, replace all binaries, then restart the cluster.
+              </para> 
+            </listitem>
+            
+            <listitem> 
+              <para>
+                You must recompile any MySQL Cluster API applications
+                used with a previous version of MySQL Cluster. This
+                includes all NDB API and MGM API applications.
+              </para>
+            </listitem>
+          </itemizedlist>
+        </para>
+      </formalpara>
+    </important>
+    
     <para>
       Functionality added or changed:
     </para>


Thread
svn commit - mysqldoc@docsrva: r4776 - branches/telcos/refman-5.1jon3 Feb