Skip to content

Commit c1314a3

Browse files
authored
Bump rocksdb to 7.9.2 (tikv#726)
1 parent 5ed1043 commit c1314a3

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
* Bump rocksdb to 7.9.2 (kwek20)
56
* Bump rocksdb to 7.8.3 (aleksuss)
67

78
## 0.19.0 (2022-08-05)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde1 = ["serde"]
3535

3636
[dependencies]
3737
libc = "0.2"
38-
librocksdb-sys = { path = "librocksdb-sys", version = "0.9.0" }
38+
librocksdb-sys = { path = "librocksdb-sys", version = "0.10.0" }
3939
serde = { version = "1", features = [ "derive" ], optional = true }
4040

4141
[dev-dependencies]

librocksdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "librocksdb-sys"
3-
version = "0.9.0+7.8.3"
3+
version = "0.10.0+7.9.2"
44
edition = "2018"
55
authors = ["Karl Hobley <[email protected]>", "Arkadiy Paronyan <[email protected]>"]
66
license = "MIT/Apache-2.0/BSD-3-Clause"

librocksdb-sys/build_version.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
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 = "bf2c335184de16a3cc1787fa97ef9f22f7114238";
12-
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.8.3";
11+
static const std::string rocksdb_build_git_sha = "444b3f4845dd01b0d127c4b420fdd3b50ad56682";
12+
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.9.2";
1313
#define HAS_GIT_CHANGES 0
1414
#if HAS_GIT_CHANGES == 0
1515
// If HAS_GIT_CHANGES is 0, the GIT date is used.
1616
// Use the time the branch/tag was last modified
17-
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-11-29 06:51:03";
17+
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:30:39";
1818
#else
1919
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
2020
// Use the time the build was created.
21-
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-11-29 06:51:03";
21+
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-12-22 09:20:39";
2222
#endif
2323

2424
#ifndef ROCKSDB_LITE

librocksdb-sys/rocksdb

Submodule rocksdb updated 572 files

librocksdb-sys/rocksdb_lib_sources.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cache/cache_key.cc
44
cache/cache_reservation_manager.cc
55
cache/charged_cache.cc
66
cache/clock_cache.cc
7-
cache/fast_lru_cache.cc
87
cache/lru_cache.cc
98
cache/compressed_secondary_cache.cc
9+
cache/secondary_cache.cc
1010
cache/sharded_cache.cc
1111
db/arena_wrapped_db_iter.cc
1212
db/blob/blob_contents.cc

0 commit comments

Comments
 (0)