mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update StorageMergeTree.cpp
This commit is contained in:
parent
65b4008d1f
commit
703e16db5a
@ -171,7 +171,7 @@ void StorageMergeTree::shutdown()
|
||||
{
|
||||
if (parts_info->state == DataPartState::Committed)
|
||||
{
|
||||
committed_parts_count++;
|
||||
++committed_parts_count;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user