mirror of https://gitee.com/bigwinds/arangodb
initialize variable
This commit is contained in:
parent
89a6419b4b
commit
f145c79f10
|
@ -45,6 +45,7 @@ IndexBlock::IndexBlock(ExecutionEngine* engine, IndexNode const* en)
|
||||||
_posInDocs(0),
|
_posInDocs(0),
|
||||||
_currentIndex(0),
|
_currentIndex(0),
|
||||||
_indexes(en->getIndexes()),
|
_indexes(en->getIndexes()),
|
||||||
|
_cursor(nullptr),
|
||||||
_cursors(_indexes.size()),
|
_cursors(_indexes.size()),
|
||||||
_condition(en->_condition->root()),
|
_condition(en->_condition->root()),
|
||||||
_hasV8Expression(false) {}
|
_hasV8Expression(false) {}
|
||||||
|
|
Loading…
Reference in New Issue