From: Ole John Aske Date: February 10 2011 11:11am Subject: bzr push into mysql-5.1-telco-7.0-spj-scan-vs-scan branch (ole.john.aske:3427 to 3428) List-Archive: http://lists.mysql.com/commits/131011 Message-Id: <20110210111120.BC265223@fimafeng09.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3428 Ole John Aske 2011-02-10 Fixed incorrect 'size' spec of Bitmask m_hasMatchingChild. The 'size' argument turns out to be in #words - not #bits as prev. assumed. modified: storage/ndb/src/ndbapi/NdbQueryOperation.cpp 3427 jonas oreland 2011-02-10 ndb spj - remove pointless change to DblqhProxy modified: storage/ndb/src/kernel/blocks/dblqh/DblqhProxy.cpp === modified file 'storage/ndb/src/ndbapi/NdbQueryOperation.cpp' --- a/storage/ndb/src/ndbapi/NdbQueryOperation.cpp 2011-02-10 08:02:41 +0000 +++ b/storage/ndb/src/ndbapi/NdbQueryOperation.cpp 2011-02-10 11:10:54 +0000 @@ -436,7 +436,7 @@ private: /** If the n'th bit is set, then a matching tuple for the n,th child has been seen. * This information is needed when generating left join tuples for those tuples * that had no matching children.*/ - Bitmask m_hasMatchingChild; + Bitmask<(NDB_SPJ_MAX_TREE_NODES+31)/32> m_hasMatchingChild; explicit TupleSet() {} No bundle (reason: useless for push emails).