rocksdb/options
Prashant D 6e5b341e8b options: Fix coverity issues
Summary:
options/cf_options.cc:
 77      memtable_insert_with_hint_prefix_extractor(

CID 1396208 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member info_log_level is not initialized in this constructor nor in any functions that it calls.
Closes https://github.com/facebook/rocksdb/pull/3106

Differential Revision: D6874689

Pulled By: sagar0

fbshipit-source-id: b5cd2d13915fd86d87260050f9c5d117615bbe30
2018-02-01 14:27:42 -08:00
..
cf_options.cc options: Fix coverity issues 2018-02-01 14:27:42 -08:00
cf_options.h
db_options.cc
db_options.h
options.cc
options_helper.cc DB::DumpSupportInfo should log all supported compression types 2018-01-23 14:44:12 -08:00
options_helper.h DB::DumpSupportInfo should log all supported compression types 2018-01-23 14:44:12 -08:00
options_parser.cc
options_parser.h
options_sanity_check.cc
options_sanity_check.h
options_settable_test.cc
options_test.cc