List:Commits« Previous MessageNext Message »
From:tomas Date:October 30 2007 12:58pm
Subject:bk commit into 5.1 tree (tomas:1.2680) 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-10-30 12:58:10+01:00, tomas@stripped +1 -0
  Bug #31690  	Online Upgrading to CGE 6.2.6/7 and 6.3.4 failing
  - 6.1->6.2 part

  storage/ndb/src/common/util/version.c@stripped, 2007-10-30 12:58:05+01:00,
tomas@stripped +1 -1
    Bug #31690  	Online Upgrading to CGE 6.2.6/7 and 6.3.4 failing
    - 6.1->6.2 part

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-09-12 13:30:24 +02:00
+++ b/storage/ndb/src/common/util/version.c	2007-10-30 12:58:05 +01:00
@@ -113,7 +113,7 @@ struct NdbUpGradeCompatible ndbCompatibl
   { 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},
 
-  { MAKE_VERSION(6,2,NDB_VERSION_BUILD), MAKE_VERSION(6,1,19), UG_Exact },
+  { MAKE_VERSION(6,2,NDB_VERSION_BUILD), MAKE_VERSION(6,1,19), UG_Range },
   { MAKE_VERSION(6,1,NDB_VERSION_BUILD), MAKE_VERSION(6,1,6), UG_Range},
   /* var page reference 32bit->64bit making 6.1.6 not backwards compatible */
   /* ndb_apply_status table changed, and no compatability code written */
Thread
bk commit into 5.1 tree (tomas:1.2680) BUG#31690tomas30 Oct