From: Date: February 3 2008 2:01pm Subject: bk commit into 5.1 tree (jonas:1.2534) BUG#34260 List-Archive: http://lists.mysql.com/commits/41609 X-Bug: 34260 Message-Id: <20080203130134.CD5F87DA85@perch.localdomain> Below is the list of changes that have just been committed into a local 5.1 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, 2008-02-03 14:01:31+01:00, jonas@stripped +1 -0 ndb - bug#34260 remove incorrect ndbrequire storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp@stripped, 2008-02-03 14:01:29+01:00, jonas@stripped +0 -1 ndb - bug#34260 remove incorrect ndbrequire # 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/51-telco-gca --- 1.84/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2008-02-03 14:01:34 +01:00 +++ 1.85/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2008-02-03 14:01:34 +01:00 @@ -3211,7 +3211,6 @@ { dump_lock_queue(opPtr); ndbrequire(opPtr.p->nextParallelQue == RNIL); - ndbrequire(opPtr.p->nextSerialQue == RNIL); ndbrequire(opPtr.p->m_op_bits & Operationrec::OP_ELEMENT_DISAPPEARED); ndbrequire(opPtr.p->m_op_bits & Operationrec::OP_COMMIT_DELETE_CHECK); ndbrequire((opPtr.p->m_op_bits & Operationrec::OP_STATE_MASK) == Operationrec::OP_STATE_RUNNING);