List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:May 9 2005 2:59pm
Subject:bk commit into 4.1 tree (joreland:1.2254) BUG#10471
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
  1.2254 05/05/09 14:59:49 joreland@stripped +1 -0
  bug#10471 - ndb - potential inconsistent backup
    whith some multi update scenarios
  
    Make sure to init GCI on correct operation before firering operation

  ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp
    1.3 05/05/09 14:59:46 joreland@stripped +2 -0
    Init gci, to make sure that fire_trig_ord gets correct GCI

# 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.mysql.com
# Root:	/home/jonas/src/mysql-4.1

--- 1.2/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp	Tue Sep 21 14:58:21 2004
+++ 1.3/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp	Mon May  9 14:59:46 2005
@@ -443,6 +443,7 @@
     saveAttributeMask.bitOR(befOpPtr.p->changeMask);
     befOpPtr.p->changeMask.clear();
     befOpPtr.p->changeMask.bitOR(attributeMask);
+    befOpPtr.p->gci = regOperPtr->gci;
     
     operPtr.p = befOpPtr.p;
     checkDetachedTriggers(signal,
@@ -480,6 +481,7 @@
     befOpPtr.p->pageOffset = befOpPtr.p->pageOffsetC;
     befOpPtr.p->fragPageId = befOpPtr.p->fragPageIdC;
     befOpPtr.p->pageIndex  = befOpPtr.p->pageIndexC;
+    befOpPtr.p->gci = regOperPtr->gci;
 
     operPtr.p = befOpPtr.p;
     checkDetachedTriggers(signal,
Thread
bk commit into 4.1 tree (joreland:1.2254) BUG#10471jonas.oreland9 May