mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Remove unused Block member from MutateTask
v0: Fix excessive memory usage in MutateTask This is relevant only for 01200_mutations_memory_consumption test, since this is just a block. v2: just remove unused Block member, since other part had been fixed in #29768
This commit is contained in:
parent
ae980fcd62
commit
e4b39ca99c
@ -766,7 +766,6 @@ private:
|
||||
State state{State::NEED_PREPARE};
|
||||
MutationContextPtr ctx;
|
||||
|
||||
Block block;
|
||||
size_t block_num = 0;
|
||||
|
||||
using ProjectionNameToItsBlocks = std::map<String, MergeTreeData::MutableDataPartsVector>;
|
||||
|
Loading…
Reference in New Issue
Block a user