List:Commits« Previous MessageNext Message »
From:jonas Date:October 10 2006 10:44am
Subject:bk commit into 5.1 tree (jonas:1.2058) BUG#22892
View as plain text  
Below is the list of changes that have just been committed into a local
5.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-10 10:44:16+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
  
    recommit in mysql-5.1-wl2325-5.0

  storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2006-10-10 10:44:14+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

# 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.1-wl2325-5.0

--- 1.50/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-10-10 10:44:19 +02:00
+++ 1.51/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-10-10 10:44:19 +02:00
@@ -9546,6 +9546,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 5.1 tree (jonas:1.2058) BUG#22892jonas10 Oct