Author: js221926
Date: 2011-05-26 10:46:32 +0200 (Thu, 26 May 2011)
New Revision: 26349
Log:
NDB 7.1 upgrade/downgrade issue with mysql_upgrade/ndbinfo
BUG#11885602, BUG#12581895, BUG#12581954
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.1/mysql-cluster-installation.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-26 07:24:06 UTC (rev 26348)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-05-26 08:46:32 UTC (rev 26349)
Changed blocks: 1, Lines Added: 40, Lines Deleted: 0; 1550 bytes
@@ -9,6 +9,46 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="ndbinfo"/>
+ <manual type="mysql_upgrade"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="11885602"/>
+ <fixes bugid="12581895"/>
+ <fixes bugid="12581954"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.56-ndb-7.1.14"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql_upgrade</command> failed when performing an
+ online upgrade from MySQL Cluster NDB 7.1.8 or an earlier
+ release to MySQL Cluster NDB 7.1.9 or later in which the SQL
+ nodes were upgraded before the data nodes. This issue could
+ occur during any online upgrade or downgrade where one or more
+ <literal role="ndbinfo">ndbinfo</literal> tables had more,
+ fewer, or differing columns between the two versions, and when
+ the data nodes were not upgraded before the SQL nodes.
+ </para>
+
+ <para>
+ For more information, see
+ <xref linkend="mysql-cluster-upgrade-downgrade-compatibility-7.x"/>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="replication"/>
<manual type="attribute promotion"/>
<manual type="BLOB"/>
Modified: trunk/refman-5.1/mysql-cluster-installation.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-installation.xml 2011-05-26 07:24:06 UTC (rev 26348)
+++ trunk/refman-5.1/mysql-cluster-installation.xml 2011-05-26 08:46:32 UTC (rev 26349)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 1649 bytes
@@ -3688,6 +3688,31 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ When performing an online upgrade or downgrade between MySQL
+ Cluster NDB 7.1.8 or earlier and a later release up to and
+ including MySQL Cluster NDB 7.1.13, you must upgrade or
+ downgrade the data nodes before upgrading or downgrading any
+ SQL nodes; otherwise <command>mysql_upgrade</command> fails
+ on the SQL nodes due to differences between
+ <literal role="ndbinfo">ndbinfo</literal> tables used in the
+ <quote>old</quote> and <quote>new</quote> versions of the
+ MySQL Cluster software. You should also upgrade or downgrade
+ the data nodes prior to the SQL nodes when performing an
+ online upgrade or downgrade between MySQL Cluster NDB 7.1
+ releases where either of the versions involved is MySQL
+ Cluster NDB 7.1.13 or earlier, and where one or more
+ <literal role="ndbinfo">ndbinfo</literal> tables has more,
+ fewer, or differing columns between the two versions.
+ </para>
+
+ <para>
+ This issue is resolved in MySQL Cluster NDB 7.1.14.
+ (Bug#11885602)
+ </para>
+ </listitem>
+
</itemizedlist>
<remark role="note">
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26349 - in trunk: dynamic-docs/changelog refman-5.1 | jon.stephens | 26 May |