1
0
Fork 0

Fix renamed method

This commit is contained in:
Simon Grätzer 2017-04-04 13:40:03 +02:00
parent 244b034aeb
commit 046b768553
1 changed files with 1 additions and 1 deletions

View File

@ -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