mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
ndb - remove incorrect assertion
bug#17854, bug#18000
This commit is contained in:
parent
9da4743888
commit
4d436c320d
1 changed files with 0 additions and 4 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Add table
Reference in a new issue