Update StorageMergeTree.cpp

This commit is contained in:
alexey-milovidov 2021-01-07 06:38:05 +03:00 committed by GitHub
parent 65b4008d1f
commit 703e16db5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ void StorageMergeTree::shutdown()
{
if (parts_info->state == DataPartState::Committed)
{
committed_parts_count++;
++committed_parts_count;
}
}