List:Commits« Previous MessageNext Message »
From:jonas Date:September 26 2006 3:04pm
Subject:bk commit into 4.1 tree (jonas:1.2547) BUG#22672
View as plain text  
Below is the list of changes that have just been committed into a local
4.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, 2006-09-26 15:04:44+02:00, jonas@stripped +1 -0
  ndb - bug#22672
    handle also CS_CONNECTED as "abort" in handleFailedApi to keep from falling on
assertion in releaseApiCon
      in case of committed dirtyRead

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@stripped, 2006-09-26 15:04:43+02:00,
jonas@stripped +0 -7
    handle also CS_CONNECTED as "abort" to keep from falling on assertion in releaseApiCon
      in case of committed dirtyRead

# 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/41-work

--- 1.68/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-09-26 15:04:46 +02:00
+++ 1.69/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-09-26 15:04:46 +02:00
@@ -984,13 +984,6 @@
         TloopCount += 64;
         break;
       case CS_CONNECTED:
-        /*********************************************************************/
-        // The api record is connected to failed node. We need to release the 
-        // connection and set it in a disconnected state.
-        /*********************************************************************/
-        jam();
-        releaseApiCon(signal, apiConnectptr.i);
-        break;
       case CS_REC_COMMITTING:
       case CS_RECEIVING:
       case CS_STARTED:
Thread
bk commit into 4.1 tree (jonas:1.2547) BUG#22672jonas26 Sep