List:Commits« Previous MessageNext Message »
From:jonas Date:October 4 2006 12:05pm
Subject:bk commit into 4.1 tree (jonas:1.2549) BUG#22892
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-10-04 12:05:24+02:00, jonas@stripped +1 -0
  ndb - bug#22892
      Make sure checkKeepGci is also run on oldStoredReplicas
        to prevent keepgci to move backwards when crash node restarts

  ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2006-10-04 12:05:23+02:00,
jonas@stripped +1 -0
    Make sure checkKeepGci is also run on oldStoredReplicas
      to prevent keepgci to move backwards when crash node restarts

# 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.40/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-10-04 12:05:27 +02:00
+++ 1.41/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-10-04 12:05:27 +02:00
@@ -9399,6 +9399,7 @@
   FragmentstorePtr fragPtr;
   getFragstore(tabPtr.p, fragId, fragPtr);
   checkKeepGci(tabPtr, fragId, fragPtr.p, fragPtr.p->storedReplicas);
+  checkKeepGci(tabPtr, fragId, fragPtr.p, fragPtr.p->oldStoredReplicas);
   fragId++;
   if (fragId >= tabPtr.p->totalfragments) {
     jam();
Thread
bk commit into 4.1 tree (jonas:1.2549) BUG#22892jonas4 Oct