diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index f9188e051..d25c421dc 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -430,7 +430,7 @@ class DB { bool change_level = false, int target_level = -1, uint32_t target_path_id = 0) { return CompactRange(DefaultColumnFamily(), begin, end, change_level, - change_level, target_path_id); + target_level, target_path_id); } virtual Status SetOptions(ColumnFamilyHandle* column_family, const std::unordered_map& new_options) {