mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update src/Common/Scheduler/Nodes/UnifiedSchedulerNode.h
This commit is contained in:
parent
06a23c0a79
commit
9d0da01ddb
@ -492,7 +492,7 @@ public:
|
||||
nodes.push_back(impl.semaphore);
|
||||
if (impl.branch.queue)
|
||||
nodes.push_back(impl.branch.queue);
|
||||
for (auto & [_, branch] : impl.branch.branch.branches)
|
||||
for (auto & [_0, branch] : impl.branch.branch.branches)
|
||||
{
|
||||
for (auto & [_1, child] : branch.children)
|
||||
child->addRawPointerNodes(nodes);
|
||||
|
Loading…
Reference in New Issue
Block a user