mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update StorageMergeTree.cpp
This commit is contained in:
parent
7a92428046
commit
46829a63f3
@ -511,7 +511,7 @@ void StorageMergeTree::loadMutations()
|
||||
{
|
||||
MergeTreeMutationEntry entry(disk, path, it->name());
|
||||
Int64 block_number = entry.block_number;
|
||||
LOG_DEBUG(log, "Loading mutation:" << it->name() << " entry commands size " << entry.commands.size());
|
||||
LOG_DEBUG(log, "Loading mutation: " << it->name() << " entry, commands size: " << entry.commands.size());
|
||||
auto insertion = current_mutations_by_id.emplace(it->name(), std::move(entry));
|
||||
current_mutations_by_version.emplace(block_number, insertion.first->second);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user