Index: third_party/leveldatabase/env_chromium.h |
diff --git a/third_party/leveldatabase/env_chromium.h b/third_party/leveldatabase/env_chromium.h |
index 6fb7180f55079bae2f8165e67263ea11efffcbc6..8187ddbff80438bcf6e39a28a4c44239873c1b1d 100644 |
--- a/third_party/leveldatabase/env_chromium.h |
+++ b/third_party/leveldatabase/env_chromium.h |
@@ -47,6 +47,11 @@ enum MethodID { |
kNumEntries |
}; |
+// The default value for leveldb::Options::reuse_logs. Currently log reuse is an |
+// experimental feature in leveldb. More info at: |
+// https://github.com/google/leveldb/commit/251ebf5dc70129ad3 |
+const bool kDefaultLogReuseOptionValue = true; |
+ |
const char* MethodIDToString(MethodID method); |
leveldb::Status MakeIOError(leveldb::Slice filename, |