List:Commits« Previous MessageNext Message »
From:tomas Date:November 6 2007 3:53pm
Subject:bk commit into 5.1 tree (tomas:1.2717) BUG#31690
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-11-06 15:53:44+01:00, tomas@stripped +1 -0
  Bug #31690 - Online Upgrading to CGE 6.2.6/7 and 6.3.4 failing

  storage/ndb/src/common/util/version.c@stripped, 2007-11-06 15:53:41+01:00,
tomas@stripped +2 -0
    Bug #31690 - Online Upgrading to CGE 6.2.6/7 and 6.3.4 failing

diff -Nrup a/storage/ndb/src/common/util/version.c b/storage/ndb/src/common/util/version.c
--- a/storage/ndb/src/common/util/version.c	2007-10-30 12:58:05 +01:00
+++ b/storage/ndb/src/common/util/version.c	2007-11-06 15:53:41 +01:00
@@ -110,6 +110,8 @@ void ndbSetOwnVersion() {}
 
 #ifndef TEST_VERSION
 struct NdbUpGradeCompatible ndbCompatibleTable_full[] = {
+  { MAKE_VERSION(6,3,NDB_VERSION_BUILD), MAKE_VERSION(6,2,1), UG_Range },
+
   { MAKE_VERSION(6,2,NDB_VERSION_BUILD), MAKE_VERSION(6,2,1), UG_Range },
   { MAKE_VERSION(6,2,0), MAKE_VERSION(6,2,0), UG_Range},
 
Thread
bk commit into 5.1 tree (tomas:1.2717) BUG#31690tomas6 Nov