rocksdb/options
Andrew Kryczka 63f1c0a57d fix gflags namespace
Summary:
I started adding gflags support for cmake on linux and got frustrated that I'd need to duplicate the build_detect_platform logic, which determines namespace based on attempting compilation. We can do it differently -- use the GFLAGS_NAMESPACE macro if available, and if not, that indicates it's an old gflags version without configurable namespace so we can simply hardcode "google".
Closes https://github.com/facebook/rocksdb/pull/3212

Differential Revision: D6456973

Pulled By: ajkr

fbshipit-source-id: 3e6d5bde3ca00d4496a120a7caf4687399f5d656
2017-12-01 10:42:05 -08:00
..
cf_options.cc Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
cf_options.h Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -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 Support for block_cache num_shards and other config via option string. 2017-11-28 10:48:53 -08:00
options_helper.h Support for block_cache num_shards and other config via option string. 2017-11-28 10:48:53 -08:00
options_parser.cc Make FIFO compaction options dynamically configurable 2017-10-19 15:26:36 -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 fix gflags namespace 2017-12-01 10:42:05 -08:00
options_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
options.cc Added support for differential snapshots 2017-11-01 18:56:43 -07:00