1
0
Fork 0

Fixed the EdgeIndex iterator. It was broken for IN with more than one value

This commit is contained in:
Michael Hackstein 2015-10-14 13:10:59 +02:00
parent 9367624f57
commit cc0234eb95
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,8 @@ TRI_doc_mptr_t* EdgeIndexIterator::next () {
// found no result. now go to next lookup value in _keys
++_position;
// reset the _last value
_last = nullptr;
}
}