rocksdb/options
Derrick Pallas 5272305437 Fix FilterBench when RTTI=0 (#6732)
Summary:
The dynamic_cast in the filter benchmark causes release mode to fail due to
no-rtti.  Replace with static_cast_with_check.

Signed-off-by: Derrick Pallas <derrick@pallas.us>

Addition by peterd: Remove unnecessary 2nd template arg on all static_cast_with_check
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6732

Reviewed By: ltamasi

Differential Revision: D21304260

Pulled By: pdillinger

fbshipit-source-id: 6e8eb437c4ca5a16dbbfa4053d67c4ad55f1608c
2020-04-29 13:09:23 -07:00
..
cf_options.cc Fix FilterBench when RTTI=0 (#6732) 2020-04-29 13:09:23 -07:00
cf_options.h Make options.bottommost_compression, compression_opts and bottommost_compression_opts dynamically changeable. (#6615) 2020-03-31 12:11:42 -07:00
db_options.cc Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
db_options.h Set max_background_flushes dynamically (#6701) 2020-04-20 16:19:02 -07:00
options_helper.cc Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options_helper.h Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options_parser.cc Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options_parser.h Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options_settable_test.cc Fix memory corruption caused by new test in options_settable_test (#6676) 2020-04-09 11:23:32 -07:00
options_test.cc Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options_type.h Add Functions to OptionTypeInfo (#6422) 2020-04-28 18:04:26 -07:00
options.cc Implement deadline support for MultiGet (#6710) 2020-04-21 14:51:51 -07:00