mirror of https://gitee.com/bigwinds/arangodb
Fix build error
This commit is contained in:
parent
c592f911f3
commit
7fd102692f
|
@ -95,7 +95,7 @@ RocksDBAllIndexIterator::RocksDBAllIndexIterator(
|
|||
ManagedDocumentResult* mmdr, RocksDBPrimaryMockIndex const* index,
|
||||
bool reverse)
|
||||
: IndexIterator(collection, trx, mmdr, index),
|
||||
_reverse(reverse),
|
||||
//_reverse(reverse),
|
||||
_keyRevMap(index->_keyRevMap),
|
||||
_iterator(index->_keyRevMap.begin()) {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue