mirror of https://gitee.com/bigwinds/arangodb
initialize variable
This commit is contained in:
parent
0d9071e037
commit
bb86006926
|
@ -3635,7 +3635,7 @@ AqlItemBlock* GatherBlock::getSome (size_t atLeast, size_t atMost) {
|
||||||
|
|
||||||
// the non-simple case . . .
|
// the non-simple case . . .
|
||||||
size_t available = 0; // nr of available rows
|
size_t available = 0; // nr of available rows
|
||||||
size_t index; // an index of a non-empty buffer
|
size_t index = 0; // an index of a non-empty buffer
|
||||||
|
|
||||||
// pull more blocks from dependencies . . .
|
// pull more blocks from dependencies . . .
|
||||||
for (size_t i = 0; i < _dependencies.size(); i++) {
|
for (size_t i = 0; i < _dependencies.size(); i++) {
|
||||||
|
|
Loading…
Reference in New Issue