Commit 142eb227 authored by unknown's avatar unknown

ndb - remove incorrect assertion

  bug#17854, bug#18000


storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  remove incorrect assertion
parent 9b55f51a
......@@ -6689,10 +6689,6 @@ void Dblqh::execACCKEYREF(Signal* signal)
*
* -> ZNO_TUPLE_FOUND is possible
*/
ndbrequire(tcPtr->operation == ZREAD
|| tcPtr->operation == ZREAD_EX
|| tcPtr->seqNoReplica == 0);
ndbrequire
(tcPtr->seqNoReplica == 0 ||
errCode != ZTUPLE_ALREADY_EXIST ||
......
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