Fix merge problems with options.
Summary: Fix merge problems with options. Test Plan: Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
parent
4a745a5666
commit
9357a53a7d
@ -75,7 +75,7 @@ Options::Options()
|
||||
access_hint_on_compaction_start(NORMAL),
|
||||
use_adaptive_mutex(false),
|
||||
bytes_per_sync(0),
|
||||
compaction_style(kCompactionStyleLevel) {
|
||||
compaction_style(kCompactionStyleLevel),
|
||||
deletes_check_filter_first(false) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user