mirror of https://gitee.com/bigwinds/arangodb
Another initialization bug fixed.
This commit is contained in:
parent
07b560cf68
commit
71b97f892f
|
@ -1481,6 +1481,7 @@ namespace triagens {
|
|||
auto en = static_cast<CalculationNode const*>(getPlanNode());
|
||||
|
||||
std::unordered_set<Variable*> inVars = _expression->variables();
|
||||
_inVars.clear();
|
||||
_inRegs.clear();
|
||||
|
||||
for (auto it = inVars.begin(); it != inVars.end(); ++it) {
|
||||
|
|
Loading…
Reference in New Issue