Update rocksdb to v6.22.1 (#540)

master
Duarte Nunes 3 years ago committed by GitHub
parent 6e3d781c15
commit ee816043b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      librocksdb-sys/build_version.cc
  2. 2
      librocksdb-sys/rocksdb
  3. 2
      librocksdb-sys/rocksdb_lib_sources.txt

@ -7,9 +7,9 @@
// 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 = "rocksdb_build_git_sha:8608d75d85f8e1b3b64b73a4fb6d19baec61ba5c";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v6.20.3";
static const std::string rocksdb_build_date = "rocksdb_build_date:2021-05-05 20:35:30";
static const std::string rocksdb_build_git_sha = "rocksdb_build_git_sha:51b540921dd7495c9cf2265eb58942dad1f2ef72";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v6.22.1";
static const std::string rocksdb_build_date = "rocksdb_build_date:2021-06-25 14:15:04";
namespace ROCKSDB_NAMESPACE {
static void AddProperty(std::unordered_map<std::string, std::string> *props, const std::string& name) {

@ -1 +1 @@
Subproject commit 8608d75d85f8e1b3b64b73a4fb6d19baec61ba5c
Subproject commit 51b540921dd7495c9cf2265eb58942dad1f2ef72

@ -1,8 +1,10 @@
cache/cache.cc
cache/cache_entry_roles.cc
cache/clock_cache.cc
cache/lru_cache.cc
cache/sharded_cache.cc
db/arena_wrapped_db_iter.cc
db/blob/blob_fetcher.cc
db/blob/blob_file_addition.cc
db/blob/blob_file_builder.cc
db/blob/blob_file_cache.cc

Loading…
Cancel
Save