mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
ndb - dbacc
store new op when converting WRITE to UPDATE so that ACCKEYCONF gets correct
This commit is contained in:
parent
1829e60565
commit
7729205c9b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue