1
0
Fork 0

Make the SingletonBlock reset _done when initCursor is called.

This commit is contained in:
Max Neunhoeffer 2014-08-13 16:03:21 +02:00
parent e85fd5fd22
commit 85bff66b63
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;
}