mirror of https://gitee.com/bigwinds/arangodb
Make the SingletonBlock reset _done when initCursor is called.
This commit is contained in:
parent
e85fd5fd22
commit
85bff66b63
|
@ -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