ndb - dbacc

  store new op when converting WRITE to UPDATE so that ACCKEYCONF gets correct
parent 1829e605
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment