From: Date: September 14 2006 10:05pm Subject: bk commit into 5.0 tree (jonas:1.2248) BUG#21535 List-Archive: http://lists.mysql.com/commits/11970 X-Bug: 21535 Message-Id: <20060914200539.7908B4133F5@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, 2006-09-14 22:05:35+02:00, jonas@stripped +1 -0 ndb - bug#21535 remove accidently left debug code ndb/src/kernel/blocks/dblqh/DblqhMain.cpp@stripped, 2006-09-14 22:05:34+02:00, jonas@stripped +0 -11 remove accidently left debug code # 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.94/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-09-14 22:05:39 +02:00 +++ 1.95/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2006-09-14 22:05:39 +02:00 @@ -9192,11 +9192,6 @@ Uint32 i; NdbNodeBitmask mask; - for (i = 0; i= MAKE_VERSION(5,0,0) Uint32 checkversion = NDBD_UPDATE_FRAG_DIST_KEY_50; #endif - checkversion = NDB_VERSION; if (getNodeInfo(i).m_version >= checkversion) sendSignal(calcLqhBlockRef(i), GSN_UPDATE_FRAG_DIST_KEY_ORD, signal, UpdateFragDistKeyOrd::SignalLength, JBB); @@ -9232,11 +9226,6 @@ ptrCheckGuard(tabptr, ctabrecFileSize, tablerec); ndbrequire(getFragmentrec(signal, ord->fragId)); fragptr.p->fragDistributionKey = ord->fragDistributionKey; - - ndbout_c("UpdateFragDistKeyOrd tab: %d frag: %d key: %d", - tabptr.i, - ord->fragId, - ord->fragDistributionKey); } void Dblqh::accScanConfCopyLab(Signal* signal)