rocksdb/options
Siying Dong 88cd2d96e7 Downgrade option sanitiy check level for prefix_extractor
Summary:
With c7004840d2, it's safe to open a DB with different prefix extractor. So it's safe to skip prefix extractor check.
Closes https://github.com/facebook/rocksdb/pull/2474

Differential Revision: D5294700

Pulled By: siying

fbshipit-source-id: eeb500da795eecb29b8c9c56a14cfd4afda12ecc
2017-06-22 16:26:36 -07:00
..
cf_options.cc Call RateLimiter for compaction reads 2017-06-13 14:56:46 -07:00
cf_options.h Call RateLimiter for compaction reads 2017-06-13 14:56:46 -07:00
db_options.cc Introduce max_background_jobs mutable option 2017-05-24 11:29:08 -07:00
db_options.h Introduce max_background_jobs mutable option 2017-05-24 11:29:08 -07:00
options_helper.cc Allow ignoring unknown options when loading options from a file 2017-06-13 16:58:01 -07:00
options_helper.h Allow ignoring unknown options when loading options from a file 2017-06-13 16:58:01 -07:00
options_parser.cc Allow ignoring unknown options when loading options from a file 2017-06-13 16:58:01 -07:00
options_parser.h Allow ignoring unknown options when loading options from a file 2017-06-13 16:58:01 -07:00
options_sanity_check.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
options_sanity_check.h Downgrade option sanitiy check level for prefix_extractor 2017-06-22 16:26:36 -07:00
options_settable_test.cc Introduce max_background_jobs mutable option 2017-05-24 11:29:08 -07:00
options_test.cc Downgrade option sanitiy check level for prefix_extractor 2017-06-22 16:26:36 -07:00
options.cc Reorder variables of ReadOptions 2017-05-26 11:41:20 -07:00