1
0
Fork 0

Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2

This commit is contained in:
James 2014-08-13 16:17:26 +02:00
commit 389da13d7a
1 changed files with 1 additions and 0 deletions

View File

@ -814,6 +814,7 @@ namespace triagens {
if (items != nullptr) {
_inputRegisterValues = items->slice(pos, pos+1);
}
_done = false;
return TRI_ERROR_NO_ERROR;
}