Update MutateTask.cpp

This commit is contained in:
Alexander Tokmakov 2022-09-22 18:51:27 +03:00 committed by GitHub
parent 10bb41a2b7
commit 981c1e95c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1467,6 +1467,8 @@ bool MutateTask::execute()
}
case State::NEED_EXECUTE:
{
MutationHelpers::checkOperationIsNotCanceled(*ctx->merges_blocker, ctx->mutate_entry);
if (task->executeStep())
return true;