Call EnableFileDeletions with false as argument

This commit is contained in:
Igor Canadi
2014-05-20 14:28:51 -07:00
parent bd1105aa5a
commit b2cf95fe38
3 changed files with 11 additions and 4 deletions

View File

@@ -396,7 +396,7 @@ class DB {
// times have the same effect as calling it once.
virtual Status DisableFileDeletions() = 0;
// Allow compactions to delete obselete files.
// Allow compactions to delete obsolete files.
// If force == true, the call to EnableFileDeletions() will guarantee that
// file deletions are enabled after the call, even if DisableFileDeletions()
// was called multiple times before.