From: Date: July 4 2007 10:39pm Subject: bk commit into 5.0 tree (jonas:1.2314) BUG#29354 List-Archive: http://lists.mysql.com/commits/30333 X-Bug: 29354 Message-Id: <20070704203959.2E1A9718842@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-07-04 22:39:55+02:00, jonas@stripped +1 -0 ndb - bug#29354 - fix bug in bug fix, dont assert if 2 LCP's are being run during a node recovery ndb/src/kernel/blocks/dblqh/DblqhMain.cpp@stripped, 2007-07-04 22:39:53+02:00, jonas@stripped +1 -1 ndb - bug#29354 - fix bug in bug fix, dont assert if 2 LCP's are being run during a node recovery # 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.105/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2007-07-04 22:39:59 +02:00 +++ 1.106/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2007-07-04 22:39:59 +02:00 @@ -11165,7 +11165,7 @@ sendEMPTY_LCP_CONF(signal, true); } - if (getNodeState().getNodeRestartInProgress()) + if (getNodeState().getNodeRestartInProgress() && cstartRecReq != 3) { jam(); ndbrequire(cstartRecReq == 2);