Skip to content

Commit 8fc39d2

Browse files
author
Andrii Zadorozhnii
committed
update rocks sha
1 parent c30076d commit 8fc39d2

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

librocksdb-sys/build_version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// The build script may replace these values with real values based
1010
// on whether or not GIT is available and the platform settings
11-
static const std::string rocksdb_build_git_sha = "db24347e14ef3da18451283d2730d0c35f28652f";
11+
static const std::string rocksdb_build_git_sha = "7dfed16d852d42eab97f0ab427e958151ff9ebc6";
1212
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v11.1.0";
1313
#define HAS_GIT_CHANGES 0
1414
#if HAS_GIT_CHANGES == 0

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub use crate::{
123123
},
124124
db_options::{
125125
BlockBasedIndexType, BlockBasedOptions, BlockBasedTablePinningTier,
126-
BlockBasedTablePinningTier, BottommostLevelCompaction, Cache, ChecksumType, CompactOptions, CompactionPri,
126+
BottommostLevelCompaction, Cache, ChecksumType, CompactOptions, CompactionPri,
127127
CuckooTableOptions, DBCompactionStyle, DBCompressionType, DBPath, DBRecoveryMode,
128128
DataBlockIndexType, FifoCompactOptions, FlushOptions, InfoLogger,
129129
IngestExternalFileOptions, KeyEncodingType, LogLevel, LruCacheOptions, MemtableFactory,

src/slice_transform.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ impl SliceTransform {
5151
Some(slice_transform_destructor_callback),
5252
Some(transform_callback),
5353
Some(in_domain_callback),
54-
// this None points to the deprecated InRange callback
55-
None,
5654
Some(slice_transform_name_callback),
5755
)
5856
};

0 commit comments

Comments
 (0)