rocksdb/include/rocksdb
Richard Barnes 28ba896f19 Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/slice_transform.h (#12275)
Summary:
Pull Request resolved: https://github.com/facebook/rocksdb/pull/12275

`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: jaykorean

Differential Revision: D52969065

fbshipit-source-id: cf2fcdc006d3b45fb54fb700a8ebefb14b42de0d
2024-01-24 07:38:17 -08:00
..
utilities Initial support for wide columns in WriteBatchWithIndex (#11982) 2023-11-30 14:10:13 -08:00
advanced_cache.h More fixes and enhancements for cache_bench (#12041) 2023-11-06 09:59:09 -08:00
advanced_options.h Mark unsafe/outdated options as deprecated (#12249) 2024-01-19 10:44:49 -08:00
block_cache_trace_writer.h
c.h expose mode option to Rate Limiter via C API (#12259) 2024-01-22 11:45:53 -08:00
cache.h Add CompressionOptions to the compressed secondary cache (#12234) 2024-01-16 12:21:27 -08:00
cache_bench_tool.h
cleanable.h
compaction_filter.h Expose more info about input files in CompactionFilter::Context (#11857) 2023-09-20 13:34:39 -07:00
compaction_job_stats.h Compare the number of input keys and processed keys for compactions (#11571) 2023-07-28 09:47:31 -07:00
comparator.h Add some convenience util APIs to facilitate using U64Ts (#11888) 2023-09-25 19:00:39 -07:00
compression_type.h Add CompressionOptions to the compressed secondary cache (#12234) 2024-01-16 12:21:27 -08:00
concurrent_task_limiter.h
configurable.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
convenience.h Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (#11444) 2023-08-08 17:26:50 -07:00
customizable.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
data_structure.h Improve SmallEnumSet (#11178) 2023-02-08 20:14:57 -08:00
db.h ColumnFamilyHandle Nullcheck in GetEntity and MultiGetEntity (#12057) 2023-11-13 14:30:04 -08:00
db_bench_tool.h
db_dump_tool.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
db_stress_tool.h
env.h env.h: static constexpr kDoNotSupportGetLogFileSize (#12203) 2024-01-10 15:59:01 -08:00
env_encryption.h Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/env_encryption.h 2024-01-23 08:35:47 -08:00
experimental.h
file_checksum.h
file_system.h Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/file_system.h 2024-01-23 08:40:00 -08:00
filter_policy.h Make RibbonFilterPolicy::bloom_before_level mutable (SetOptions()) (#11838) 2023-09-15 15:46:10 -07:00
flush_block_policy.h
functor_wrapper.h
io_status.h
iostats_context.h
iterator.h Add Iterator::Refresh(Snapshot*) to RocksJava (#12145) 2023-12-20 18:03:42 -08:00
ldb_tool.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
listener.h Lightweight verification of MANIFEST file after close on shutdown (#12174) 2023-12-28 18:25:29 -08:00
memory_allocator.h cache_bench enhancements for jemalloc etc. (#11758) 2023-08-24 19:14:38 -07:00
memtablerep.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
merge_operator.h Integrate FullMergeV3 into the query and compaction paths (#11858) 2023-09-19 17:27:04 -07:00
metadata.h Support range deletion tombstones in CreateColumnFamilyWithImport (#11252) 2023-03-13 11:06:59 -07:00
options.h Mark unsafe/outdated options as deprecated (#12249) 2024-01-19 10:44:49 -08:00
perf_context.h Much better stats for seeks and prefix filtering (#11460) 2023-05-19 15:25:49 -07:00
perf_level.h
persistent_cache.h
port_defs.h Add SystemClock::TimedWait() function (#11753) 2023-08-29 18:39:10 -07:00
rate_limiter.h expose mode option to Rate Limiter via C API (#12259) 2024-01-22 11:45:53 -08:00
rocksdb_namespace.h
secondary_cache.h Add some compressed and tiered secondary cache stats (#12150) 2023-12-15 11:34:08 -08:00
slice.h
slice_transform.h Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/slice_transform.h (#12275) 2024-01-24 07:38:17 -08:00
snapshot.h
sst_dump_tool.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
sst_file_manager.h Fix info_log comment in SSTFileManager (#11530) 2023-06-13 14:14:51 -07:00
sst_file_reader.h Group SST write in flush, compaction and db open with new stats (#11910) 2023-12-29 15:29:23 -08:00
sst_file_writer.h Fix warnings when using API (#12066) 2023-11-13 20:03:44 -08:00
sst_partitioner.h
statistics.h Consolidate stats recording in error handler (#11992) 2024-01-22 14:57:30 -08:00
stats_history.h
status.h Improve efficiency of create_missing_column_families, light refactor (#11920) 2023-10-04 14:14:22 -07:00
system_clock.h Add SystemClock::TimedWait() function (#11753) 2023-08-29 18:39:10 -07:00
table.h Remove extra semi colon from internal_repo_rocksdb/repo/include/rocksdb/table.h (#12277) 2024-01-24 07:22:31 -08:00
table_properties.h Allow TablePropertiesCollectorFactory to return null collector (#12129) 2023-12-11 12:02:56 -08:00
table_reader_caller.h
thread_status.h GetEntity Support for ReadOnlyDB and SecondaryDB (#11799) 2023-09-15 08:30:44 -07:00
threadpool.h
trace_reader_writer.h
trace_record.h
trace_record_result.h
transaction_log.h
types.h Expose more info about input files in CompactionFilter::Context (#11857) 2023-09-20 13:34:39 -07:00
unique_id.h
universal_compaction.h
version.h Start 9.0.0 release (#12256) 2024-01-20 08:38:20 -08:00
wal_filter.h
wide_columns.h AttributeGroups - PutEntity Implementation (#11977) 2023-11-06 16:52:51 -08:00
write_batch.h Fix warnings when using API (#12066) 2023-11-13 20:03:44 -08:00
write_batch_base.h Stubs for piping write time (#12043) 2023-11-09 15:58:07 -08:00
write_buffer_manager.h Add SetAllowStall() (#11335) 2023-03-30 09:43:33 -07:00