ndb - remove incorrect assertion

bug#17854, bug#18000
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-03-13 09:19:24 +01:00
parent 9da4743888
commit 4d436c320d

View file

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