From: Date: November 6 2007 3:53pm Subject: bk commit into 5.1 tree (tomas:1.2717) BUG#31690 List-Archive: http://lists.mysql.com/commits/37189 X-Bug: 31690 Message-Id: <20071106145349.E771D1813A067@linux.local> 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},