rocksdb/db/db_impl
Maysam Yabandeh ae05a83e19 Call ValidateOptions from SetOptions (#5368)
Summary:
Currently we validate options in DB::Open. However the validation step is missing when options are dynamically updated in ::SetOptions. The patch fixes that.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5368

Differential Revision: D15540101

Pulled By: maysamyabandeh

fbshipit-source-id: d27bbffd8f0252d1b50bcf59e0a70a278ed937f4
2019-06-03 19:49:57 -07:00
..
db_impl_compaction_flush.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_debug.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_experimental.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_files.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_open.cc Call ValidateOptions from SetOptions (#5368) 2019-06-03 19:49:57 -07:00
db_impl_readonly.cc Make format 2019-05-31 15:24:43 -07:00
db_impl_readonly.h Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_secondary.cc Move some logging related files to logging/ (#5387) 2019-05-31 17:23:59 -07:00
db_impl_secondary.h Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl_write.cc Organizing rocksdb/db directory 2019-05-31 11:57:01 -07:00
db_impl.cc Call ValidateOptions from SetOptions (#5368) 2019-06-03 19:49:57 -07:00
db_impl.h Call ValidateOptions from SetOptions (#5368) 2019-06-03 19:49:57 -07:00
db_secondary_test.cc Make format 2019-05-31 15:24:43 -07:00