diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index 0f9901f27..9e886c28f 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -924,6 +924,8 @@ class DB { // "rocksdb.is-file-deletions-enabled" - returns 0 if deletion of obsolete // files is enabled; otherwise, returns a non-zero number. + // This name may be misleading because true(non-zero) means disable, + // but we keep the name for backward compatibility. static const std::string kIsFileDeletionsEnabled; // "rocksdb.num-snapshots" - returns number of unreleased snapshots of the