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
1.2381 06/06/01 09:42:49 jonas@stripped +1 -0
ndb - dbacc
store new op when converting WRITE to UPDATE so that ACCKEYCONF gets correct
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
1.71 06/06/01 09:42:46 jonas@stripped +1 -0
store new op when converting WRITE to UPDATE so that ACCKEYCONF gets correct
# 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/51-jonas
--- 1.70/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2006-05-22 20:39:50 +02:00
+++ 1.71/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2006-06-01 09:42:46 +02:00
@@ -1096,6 +1096,7 @@ void Dbacc::execACCKEYREQ(Signal* signal
jam();
opbits &= ~(Uint32)Operationrec::OP_MASK;
opbits |= (op = ZUPDATE);
+ operationRecPtr.p->m_op_bits = opbits; // store to get correct ACCKEYCONF
}
opbits |= Operationrec::OP_STATE_RUNNING;
opbits |= Operationrec::OP_RUN_QUEUE;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2381) | jonas | 1 Jun |