mirror of https://gitee.com/bigwinds/arangodb
Fix renamed method
This commit is contained in:
parent
244b034aeb
commit
046b768553
|
|
@ -403,7 +403,7 @@ void RocksDBCollection::truncate(transaction::Methods* trx,
|
|||
if (rindex->unique()) {
|
||||
bounds = RocksDBKeyBounds::UniqueIndex(rindex->objectId());
|
||||
} else {
|
||||
bounds = RocksDBKeyBounds::Index(rindex->objectId());
|
||||
bounds = RocksDBKeyBounds::IndexEntries(rindex->objectId());
|
||||
}
|
||||
break;
|
||||
// TODO add options for geoindex, fulltext etc
|
||||
|
|
|
|||
Loading…
Reference in New Issue