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 Make Universal compaction options dynamic 2017-12-11 13:27:06 -08:00
db_options.cc Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
db_options.h Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
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 Consider an increase to buffer size when reading option file, from 4K to 8K. 2018-01-11 18:57:41 -08:00
options_parser.h WritePrepared Txn: Optimize for recoverable state 2017-11-01 17:26:46 -07:00
options_sanity_check.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
options_sanity_check.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_settable_test.cc Add a BlockBasedTableOption to turn off index block compression. 2018-01-10 15:11:59 -08:00
options_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
options.cc Update DBOptions::IncreaseParallelism to use newer background settings 2017-12-04 01:56:15 -08:00