mirror of https://gitee.com/bigwinds/arangodb
Add a reminder for myself.
This commit is contained in:
parent
501c4c2c84
commit
a54c4351bd
|
@ -344,6 +344,7 @@ struct CoordinatorInstanciator : public WalkerWorker<ExecutionNode> {
|
|||
ExecutionNode const* current = (*it).nodes.front();
|
||||
ExecutionNode* previous = nullptr;
|
||||
|
||||
// TODO: fix instanciation here as in DBserver case
|
||||
while (current != nullptr) {
|
||||
auto clone = current->clone(newPlan, false, true);
|
||||
newPlan->registerNode(clone);
|
||||
|
|
Loading…
Reference in New Issue