Skip to content

Commit

Permalink
[Storage] Bump RocksDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinfan Wu authored and calibra-opensource committed Jun 19, 2019
1 parent 0582a74 commit d419bc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion storage/schemadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ failure = { path = "../../common/failure_ext", package = "failure_ext" }

[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
rev = "4f8c6b3a48c7acb0c81f9bb91e7d8493b1c5a73e"
rev = "8d6cda70f22da2cd15ed7351fcffa9add3444595"

[dev-dependencies]
byteorder = "1.3.1"
Expand Down
1 change: 0 additions & 1 deletion storage/schemadb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ impl DB {
}

/// Returns the approximate size of each non-empty column family in bytes.
/// NOTE: this currently does not work with custom comparators (may panic).
pub fn get_approximate_sizes_cf(&self) -> Result<BTreeMap<String, u64>> {
let mut cf_sizes = BTreeMap::new();

Expand Down

0 comments on commit d419bc7

Please sign in to comment.