fix tests

This commit is contained in:
Anton Popov 2023-12-05 15:15:46 +00:00
parent 913ae1d267
commit eb990d863d

View File

@ -1536,7 +1536,8 @@ private:
for (auto & command_for_interpreter : ctx->for_interpreter)
{
if (command_for_interpreter.type == MutationCommand::DELETE)
if (command_for_interpreter.type == MutationCommand::DELETE
|| command_for_interpreter.type == MutationCommand::APPLY_DELETED_MASK)
{
has_delete = true;
break;