LDB to use allow_mmap_writes = false

This commit is contained in:
Siying Dong 2018-05-29 10:23:12 -07:00 committed by GitHub
parent 981082769e
commit 677ca7d806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,7 @@ Options LDBCommand::PrepareOptionsForOpenDB() {
Options opt = options_;
opt.create_if_missing = false;
opt.allow_mmap_writes = false;
map<string, string>::const_iterator itr;