From: Date: February 16 2007 6:10pm Subject: bk commit into 5.0 tree (jonas:1.2285) BUG#26454 List-Archive: http://lists.mysql.com/commits/20013 X-Bug: 26454 Message-Id: <20070216171030.D5E6F6E1600@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of jonas. When jonas 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-02-16 18:10:27+01:00, jonas@stripped +1 -0 ndb - bug#26454 make lockpages=1 run a bit earlier in startup ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp@stripped, 2007-02-16 18:10:25+01:00, jonas@stripped +1 -1 change order # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/50-work --- 1.32/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp 2007-02-16 18:10:30 +01:00 +++ 1.33/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp 2007-02-16 18:10:30 +01:00 @@ -76,8 +76,8 @@ { DBDICT_REF, 1 , 6000, 6003 }, { NDBFS_REF, 0 , 2000, 2999 }, { NDBCNTR_REF, 0 , 1000, 1999 }, + { CMVMI_REF, 1 , 9000, 9999 }, // before QMGR { QMGR_REF, 1 , 1, 999 }, - { CMVMI_REF, 1 , 9000, 9999 }, { TRIX_REF, 1 , 0, 0 }, { BACKUP_REF, 1 , 10000, 10999 }, { DBUTIL_REF, 1 , 11000, 11999 },