From a54c4351bd910dc09a76b0fdba23e147d620cfed Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Mon, 20 Oct 2014 17:32:56 +0200 Subject: [PATCH] Add a reminder for myself. --- arangod/Aql/ExecutionEngine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arangod/Aql/ExecutionEngine.cpp b/arangod/Aql/ExecutionEngine.cpp index 955c63ee29..91fe011d6d 100644 --- a/arangod/Aql/ExecutionEngine.cpp +++ b/arangod/Aql/ExecutionEngine.cpp @@ -344,6 +344,7 @@ struct CoordinatorInstanciator : public WalkerWorker { 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);