List:Commits« Previous MessageNext Message »
From:jonas Date:June 21 2006 12:02pm
Subject:bk commit into 5.0 tree (jonas:1.2126)
View as plain text  
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.2126 06/06/21 14:02:10 jonas@stripped +1 -0
  Merge perch.ndb.mysql.com:/home/jonas/src/41-work
  into  perch.ndb.mysql.com:/home/jonas/src/50-work

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
    1.94 06/06/21 14:02:07 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/50-work/RESYNC

--- 1.93/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-06-01 08:28:55 +02:00
+++ 1.94/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-06-21 14:02:07 +02:00
@@ -7047,6 +7047,18 @@ void Dbtc::checkScanActiveInFailedLqh(Si
 	  found = true;
 	}
       }
+
+      ScanFragList deliv(c_scan_frag_pool, scanptr.p->m_delivered_scan_frags);
+      for(deliv.first(ptr); !ptr.isNull(); deliv.next(ptr))
+      {
+	jam();
+	if (refToNode(ptr.p->lqhBlockref) == failedNodeId)
+	{
+	  jam();
+	  found = true;
+	  break;
+	}
+      }
     }
     if(found){
       jam();
Thread
bk commit into 5.0 tree (jonas:1.2126)jonas21 Jun