Fix merge problems with options.

Summary:
Fix merge problems with options.

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
Dhruba Borthakur 2013-07-17 15:08:56 -07:00
parent 4a745a5666
commit 9357a53a7d

View File

@ -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) {
}