dbms: fixed error [#METR-18061].

This commit is contained in:
Alexey Milovidov 2015-09-27 15:34:32 +03:00
parent 87e1e69ff6
commit 9025f88561

View File

@ -1438,8 +1438,8 @@ bool StorageReplicatedMergeTree::queueTask(BackgroundProcessingPool::Context & p
}
else
{
++entry->num_postponed;
entry->last_postpone_time = time(0);
++(*it)->num_postponed;
(*it)->last_postpone_time = time(0);
}
}
}