From: Date: May 30 2005 2:18pm Subject: bk commit into 4.1 tree (joreland:1.2273) BUG#10956 List-Archive: http://lists.mysql.com/internals/25381 X-Bug: 10956 Message-Id: <20050530121803.4CCA6140F8C@eel.ndb.mysql.com> 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 1.2273 05/05/30 14:17:58 joreland@stripped +1 -0 bug#10956 - ndb - more than 7 NR --initial yields cluster failure a node wo/ filesystem don't have any crashed replicas reset noCrashedReplicas in invalidate_node_lcp ndb/src/kernel/blocks/dbdih/DbdihMain.cpp 1.22 05/05/30 14:17:55 joreland@stripped +1 -0 a node wo/ filesystem don't have any crashed replicas # 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: joreland # Host: eel.ndb.mysql.com # Root: /home/jonas/src/mysql-4.1 --- 1.21/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp Tue Apr 12 13:36:40 2005 +++ 1.22/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp Mon May 30 14:17:55 2005 @@ -5072,6 +5072,7 @@ * And reset nextLcp */ replicaPtr.p->nextLcp = 0; + replicaPtr.p->noCrashedReplicas = 0; }//if }//for }//for