summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Fiekas <niklas.fiekas@backscattering.de>2023-04-24 09:30:38 +0200
committerGitHub <noreply@github.com>2023-04-24 09:30:38 +0200
commitd44de09925c16757480e0676832c7123a86c7216 (patch)
tree656c1556f9244b5ee7d3a361a3e43b297220d480
parentef8d60ae007d706dc09ebd1c379b61644979f786 (diff)
Update to RocksDB 8.1.1 (#774)
-rw-r--r--librocksdb-sys/Cargo.toml2
-rw-r--r--librocksdb-sys/build_version.cc8
m---------librocksdb-sys/rocksdb0
-rw-r--r--librocksdb-sys/rocksdb_lib_sources.txt3
4 files changed, 8 insertions, 5 deletions
diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml
index 615d601..da0a172 100644
--- a/librocksdb-sys/Cargo.toml
+++ b/librocksdb-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
-version = "0.11.0+8.0.0"
+version = "0.11.0+8.1.1"
edition = "2018"
rust-version = "1.60"
authors = ["Karl Hobley <karlhobley10@gmail.com>", "Arkadiy Paronyan <arkadiy@ethcore.io>"]
diff --git a/librocksdb-sys/build_version.cc b/librocksdb-sys/build_version.cc
index 7fb90e7..527e114 100644
--- a/librocksdb-sys/build_version.cc
+++ b/librocksdb-sys/build_version.cc
@@ -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 = "fdf403f5918a2b4355cf75ebe5e21d0fc22db880";
-static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v8.0.0";
+static const std::string rocksdb_build_git_sha = "6a436150417120a3f9732d65a2a5c2b8d19b60fc";
+static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v8.1.1";
#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:2023-02-19 21:44:55";
+static const std::string rocksdb_build_date = "rocksdb_build_date:2023-04-06 16:38:52";
#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:2023-02-19 21:44:55";
+static const std::string rocksdb_build_date = "rocksdb_build_date:2023-04-06 16:38:52";
#endif
std::unordered_map<std::string, ROCKSDB_NAMESPACE::RegistrarFunc> ROCKSDB_NAMESPACE::ObjectRegistry::builtins_ = {};
diff --git a/librocksdb-sys/rocksdb b/librocksdb-sys/rocksdb
-Subproject fdf403f5918a2b4355cf75ebe5e21d0fc22db88
+Subproject 6a436150417120a3f9732d65a2a5c2b8d19b60f
diff --git a/librocksdb-sys/rocksdb_lib_sources.txt b/librocksdb-sys/rocksdb_lib_sources.txt
index d370cd9..caa9031 100644
--- a/librocksdb-sys/rocksdb_lib_sources.txt
+++ b/librocksdb-sys/rocksdb_lib_sources.txt
@@ -8,6 +8,7 @@ cache/clock_cache.cc
cache/lru_cache.cc
cache/compressed_secondary_cache.cc
cache/secondary_cache.cc
+cache/secondary_cache_adapter.cc
cache/sharded_cache.cc
db/arena_wrapped_db_iter.cc
db/blob/blob_contents.cc
@@ -94,6 +95,7 @@ db/wide/wide_columns.cc
db/write_batch.cc
db/write_batch_base.cc
db/write_controller.cc
+db/write_stall_stats.cc
db/write_thread.cc
env/composite_env.cc
env/env.cc
@@ -190,6 +192,7 @@ table/format.cc
table/get_context.cc
table/iterator.cc
table/merging_iterator.cc
+table/compaction_merging_iterator.cc
table/meta_blocks.cc
table/persistent_cache_helper.cc
table/plain/plain_table_bloom.cc