1
0
Fork 0

Add a reminder for myself.

This commit is contained in:
Max Neunhoeffer 2014-10-20 17:32:56 +02:00
parent 501c4c2c84
commit a54c4351bd
1 changed files with 1 additions and 0 deletions

View File

@ -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);