diff --git a/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp b/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp index 18decbf0238..7ddf491fafc 100644 --- a/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp +++ b/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp @@ -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;