Skip to content

Commit

Permalink
Update master to version 6.13 (facebook#7378)
Browse files Browse the repository at this point in the history
Summary:
for release fork

Pull Request resolved: facebook#7378

Test Plan: make check + CI

Reviewed By: jay-zhuang

Differential Revision: D23669163

Pulled By: pdillinger

fbshipit-source-id: 14cbf95b32717c28418c71cc8e10f06733bbc49f
  • Loading branch information
pdillinger authored and facebook-github-bot committed Sep 12, 2020
1 parent 205e577 commit ecc8ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
## Unreleased
## 6.13 (09/12/2020)
### Bug fixes
* Fix a performance regression introduced in 6.4 that makes a upper bound check for every Next() even if keys are within a data block that is within the upper bound.
* Fix a possible corruption to the LSM state (overlapping files within a level) when a `CompactRange()` for refitting levels (`CompactRangeOptions::change_level == true`) and another manual compaction are executed in parallel.
Expand Down
2 changes: 1 addition & 1 deletion include/rocksdb/version.h
Expand Up @@ -5,7 +5,7 @@
#pragma once

#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 12
#define ROCKSDB_MINOR 13
#define ROCKSDB_PATCH 0

// Do not use these. We made the mistake of declaring macros starting with
Expand Down

0 comments on commit ecc8ffe

Please sign in to comment.