mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Bugfix: attach partition should reset the mutation
This commit is contained in:
parent
00d240853d
commit
8dde70b937
@ -254,6 +254,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(
|
||||
part->info.min_block = block_number;
|
||||
part->info.max_block = block_number;
|
||||
part->info.level = 0;
|
||||
part->info.mutation = 0;
|
||||
|
||||
part->name = part->getNewName(part->info);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user