ndb - dbacc

store new op when converting WRITE to UPDATE so that ACCKEYCONF gets correct
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-06-01 09:42:49 +02:00
parent 1829e60565
commit 7729205c9b

View file

@ -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;