mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
Update StorageMemory.cpp
This commit is contained in:
parent
084cac5bd5
commit
ee80ee75de
@ -254,7 +254,7 @@ void StorageMemory::mutate(const MutationCommands & commands, const Context & co
|
|||||||
new_data = std::make_unique<BlocksList>(*(data.get()));
|
new_data = std::make_unique<BlocksList>(*(data.get()));
|
||||||
auto data_it = new_data->begin();
|
auto data_it = new_data->begin();
|
||||||
auto out_it = out.begin();
|
auto out_it = out.begin();
|
||||||
|
|
||||||
while (data_it != new_data->end())
|
while (data_it != new_data->end())
|
||||||
{
|
{
|
||||||
/// Mutation does not change the number of blocks
|
/// Mutation does not change the number of blocks
|
||||||
|
Loading…
Reference in New Issue
Block a user