1
0
Fork 0

Fixed a bug with skip over primary index

This commit is contained in:
Michael Hackstein 2015-08-28 09:23:01 +02:00
parent 81fa8018b0
commit 876853dd9f
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ namespace triagens {
while (skip > 0) {
ptr = idx->lookupSequential(position, total);
++skip;
--skip;
if (ptr == nullptr) {
// To few elements, skipped all
this->unlock(trxCollection, TRI_TRANSACTION_READ);