Skip to content

Commit

Permalink
upgrade to RocksDB 9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Dec 17, 2024
1 parent f78352b commit 99db8ec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lto = ["rust-librocksdb-sys/lto"]

[dependencies]
libc = "0.2"
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.30.0", default-features = false, features = [
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.31.0", default-features = false, features = [
"static",
] }
serde = { version = "1", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-librocksdb-sys"
version = "0.30.0+9.8.4"
version = "0.31.0+9.9.3"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down
8 changes: 4 additions & 4 deletions librocksdb-sys/build_version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

// The build script may replace these values with real values based
// on whether or not GIT is available and the platform settings
static const std::string rocksdb_build_git_sha = "44e95d8af5d7ec503b3f1d5754c3379ab6c29a9d";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.8.4";
static const std::string rocksdb_build_git_sha = "14d3046a53dda588ef5887ee2c80e93104caf079";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v9.9.3";
#define HAS_GIT_CHANGES 0
#if HAS_GIT_CHANGES == 0
// If HAS_GIT_CHANGES is 0, the GIT date is used.
// Use the time the branch/tag was last modified
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-18 08:02:26";
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-12-04 18:23:08";
#else
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
// Use the time the build was created.
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-11-18 08:02:26";
static const std::string rocksdb_build_date = "rocksdb_build_date:2024-12-04 18:23:08";
#endif

std::unordered_map<std::string, ROCKSDB_NAMESPACE::RegistrarFunc> ROCKSDB_NAMESPACE::ObjectRegistry::builtins_ = {};
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/rocksdb
Submodule rocksdb updated 114 files
1 change: 1 addition & 0 deletions librocksdb-sys/rocksdb_lib_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ memtable/hash_linklist_rep.cc
memtable/hash_skiplist_rep.cc
memtable/skiplistrep.cc
memtable/vectorrep.cc
memtable/wbwi_memtable.cc
memtable/write_buffer_manager.cc
monitoring/histogram.cc
monitoring/histogram_windowing.cc
Expand Down

0 comments on commit 99db8ec

Please sign in to comment.