From: pekka Date: December 31 2005 9:54am Subject: bk commit into 4.1 tree (pekka:1.2470) List-Archive: http://lists.mysql.com/commits/485 Message-Id: <200512310954.jBV9shJp024931@clam.ndb.mysql.com> Below is the list of changes that have just been committed into a local 4.1 repository of pekka. When pekka 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.2470 05/12/31 10:54:36 pekka@stripped +1 -0 ndb - wl#2972 (4.1) copy detached trigger fix from 5.0 ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp 1.4 05/12/31 10:52:38 pekka@stripped +2 -0 detached trigger fix from 5.0 # 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: pekka # Host: clam.ndb.mysql.com # Root: /export/space/pekka/ndb/version/my41 --- 1.3/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp 2005-05-09 14:59:46 +02:00 +++ 1.4/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp 2005-12-31 10:52:38 +01:00 @@ -445,6 +445,7 @@ befOpPtr.p->changeMask.bitOR(attributeMask); befOpPtr.p->gci = regOperPtr->gci; + befOpPtr.p->optype = opType; operPtr.p = befOpPtr.p; checkDetachedTriggers(signal, befOpPtr.p, @@ -483,6 +484,7 @@ befOpPtr.p->pageIndex = befOpPtr.p->pageIndexC; befOpPtr.p->gci = regOperPtr->gci; + befOpPtr.p->optype = opType; operPtr.p = befOpPtr.p; checkDetachedTriggers(signal, befOpPtr.p,