You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mrambacher
13ae16c315
Cleanup includes in dbformat.h ( #8930 )
...
Summary:
This header file was including everything and the kitchen sink when it did not need to. This resulted in many places including this header when they needed other pieces instead.
Cleaned up this header to only include what was needed and fixed up the remaining code to include what was now missing.
Hopefully, this sort of code hygiene cleanup will speed up the builds...
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8930
Reviewed By: pdillinger
Differential Revision: D31142788
Pulled By: mrambacher
fbshipit-source-id: 6b45de3f300750c79f751f6227dece9cfd44085d
3 years ago
..
backupable
Finish BackupEngine migration to IOStatus ( #8940 )
3 years ago
blob_db
Cleanup includes in dbformat.h ( #8930 )
3 years ago
cassandra
Fix and detect headers with missing dependencies ( #8893 )
3 years ago
checkpoint
Cleanup includes in dbformat.h ( #8930 )
3 years ago
compaction_filters
Make MergeOperator+CompactionFilter/Factory into Customizable Classes ( #8481 )
3 years ago
convenience
Add a SystemClock class to capture the time functions of an Env ( #7858 )
4 years ago
leveldb_options
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
memory
Make types of Immutable/Mutable Options fields match that of the underlying Option ( #8176 )
4 years ago
merge_operators
Replace most typedef with using= ( #8751 )
3 years ago
option_change_migration
Fix a minor issue with initializing the test path ( #8555 )
3 years ago
options
Allow WAL dir to change with db dir ( #8582 )
3 years ago
persistent_cache
Improve support for using regexes ( #8740 )
3 years ago
simulator_cache
Make TraceRecord and Replayer public ( #8611 )
3 years ago
table_properties_collectors
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago
trace
Fix and detect headers with missing dependencies ( #8893 )
3 years ago
transactions
Cleanup includes in dbformat.h ( #8930 )
3 years ago
ttl
Cleanup includes in dbformat.h ( #8930 )
3 years ago
write_batch_with_index
Replace most typedef with using= ( #8751 )
3 years ago
compaction_filters.cc
Make MergeOperator+CompactionFilter/Factory into Customizable Classes ( #8481 )
3 years ago
debug.cc
In ParseInternalKey(), include corrupt key info in Status ( #7515 )
4 years ago
env_librados.cc
Built-in support for generating unique IDs, bug fix ( #8708 )
3 years ago
env_librados.md
Update branch name to main in env_librados.md ( #8738 )
3 years ago
env_librados_test.cc
Replace most typedef with using= ( #8751 )
3 years ago
env_mirror.cc
Add new Append API with DataVerificationInfo to Env WritableFile ( #8071 )
4 years ago
env_mirror_test.cc
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
env_timed.cc
Make ChRootEnv, EncryptedEnv, and TimedEnv into FileSystems ( #7968 )
4 years ago
env_timed_test.cc
Make env*_test work with ASSERT_STATUS_CHECKED ( #7176 )
4 years ago
fault_injection_env.cc
No elide constructors ( #7798 )
4 years ago
fault_injection_env.h
Fix incorrect Status::NoSpace() status check ( #8504 )
3 years ago
fault_injection_fs.cc
FaultInjectionTestFS::InjectThreadSpecificReadError() should not corrupt mmaped bytes ( #8952 )
3 years ago
fault_injection_fs.h
Improve fault injection to MultiRead ( #8937 )
3 years ago
merge_operators.cc
Make MergeOperator+CompactionFilter/Factory into Customizable Classes ( #8481 )
3 years ago
merge_operators.h
Make MergeOperator+CompactionFilter/Factory into Customizable Classes ( #8481 )
3 years ago
object_registry.cc
Add support to the ObjectRegistry for ManagedObjects ( #8658 )
3 years ago
object_registry_test.cc
Add support to the ObjectRegistry for ManagedObjects ( #8658 )
3 years ago
util_merge_operators_test.cc
Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE ( #6433 )
5 years ago
wal_filter.cc
Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable ( #8638 )
3 years ago