mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
389da13d7a
|
@ -814,6 +814,7 @@ namespace triagens {
|
|||
if (items != nullptr) {
|
||||
_inputRegisterValues = items->slice(pos, pos+1);
|
||||
}
|
||||
_done = false;
|
||||
return TRI_ERROR_NO_ERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue