mirror of https://gitee.com/bigwinds/arangodb
Fixed the EdgeIndex iterator. It was broken for IN with more than one value
This commit is contained in:
parent
9367624f57
commit
cc0234eb95
|
@ -376,6 +376,8 @@ TRI_doc_mptr_t* EdgeIndexIterator::next () {
|
||||||
|
|
||||||
// found no result. now go to next lookup value in _keys
|
// found no result. now go to next lookup value in _keys
|
||||||
++_position;
|
++_position;
|
||||||
|
// reset the _last value
|
||||||
|
_last = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue