From: jonas Date: December 13 2005 10:58am Subject: bk commit into 5.0 tree (jonas:1.1973) List-Archive: http://lists.mysql.com/commits/100 Message-Id: <20051213105851.4DDA61B6620@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 1.1973 05/12/13 11:58:46 jonas@stripped +1 -0 Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0 into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 1.88 05/12/13 11:58:43 jonas@stripped +0 -0 Auto merged # 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/mysql-5.0-push/RESYNC --- 1.87/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2005-10-27 17:21:57 +02:00 +++ 1.88/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2005-12-13 11:58:43 +01:00 @@ -6183,7 +6183,6 @@ << " - place: " << c_apiConTimer_line[apiConnectptr.i]); switch (apiConnectptr.p->apiConnectstate) { case CS_STARTED: - ndbrequire(c_apiConTimer_line[apiConnectptr.i] != 3615); if(apiConnectptr.p->lqhkeyreqrec == apiConnectptr.p->lqhkeyconfrec){ jam(); /* @@ -6443,8 +6442,8 @@ warningEvent(buf); ndbout_c(buf); ndbrequire(false); + releaseAbortResources(signal); } - releaseAbortResources(signal); return; }//if TloopCount++;