rocksdb/options
Siying Dong 25c4c4a430 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-26 12:44:47 -07:00
..
cf_options.cc Support ingest_behind for IngestExternalFile 2017-05-17 11:42:42 -07:00
cf_options.h Support ingest_behind for IngestExternalFile 2017-05-17 11:42:42 -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-20 10:03:31 -07:00
options_helper.h Allow ignoring unknown options when loading options from a file 2017-06-20 10:03:31 -07:00
options_parser.cc Allow ignoring unknown options when loading options from a file 2017-06-20 10:03:31 -07:00
options_parser.h Allow ignoring unknown options when loading options from a file 2017-06-20 10:03:31 -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-26 12:44:47 -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-26 12:44:47 -07:00
options.cc Reorder variables of ReadOptions 2017-05-26 11:41:20 -07:00