rocksdb/options
Zhongyi Xie d51eb0b583 set snappy compression only when supported (#4325)
Summary:
Right now `OptimizeLevelStyleCompaction` may set compression type to Snappy even when Snappy is not supported, this may cause errors like "no snappy compression support"
Fixes https://github.com/facebook/rocksdb/issues/4283
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4325

Differential Revision: D15125542

Pulled By: miasantreble

fbshipit-source-id: 70890b73ababe16752721555dbd290633c2aafac
2019-05-01 20:40:00 -07:00
..
cf_options.cc Revert snap_refresh_nanos feature (#5269) 2019-05-01 10:07:30 -07:00
cf_options.h Revert snap_refresh_nanos feature (#5269) 2019-05-01 10:07:30 -07:00
db_options.cc Optionally wait on bytes_per_sync to smooth I/O (#5183) 2019-04-22 11:51:39 -07:00
db_options.h Optionally wait on bytes_per_sync to smooth I/O (#5183) 2019-04-22 11:51:39 -07:00
options_helper.cc Revert snap_refresh_nanos feature (#5269) 2019-05-01 10:07:30 -07:00
options_helper.h Option string/map/file can set env from object registry (#5237) 2019-04-25 11:35:09 -07:00
options_parser.cc Add BlockBasedTableOptions::index_shortening (#5174) 2019-04-22 08:20:35 -07: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 Revert snap_refresh_nanos feature (#5269) 2019-05-01 10:07:30 -07:00
options_test.cc Revert snap_refresh_nanos feature (#5269) 2019-05-01 10:07:30 -07:00
options.cc set snappy compression only when supported (#4325) 2019-05-01 20:40:00 -07:00