Update HISTORY after cherrypicking a bug fix to 6.2 (#5309)
Summary: After cherry-pick a bug fix to 6.2.fb branch, update the HISTORY.md file to reflect this change. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5309 Differential Revision: D15358002 Pulled By: riversand963 fbshipit-source-id: 5a60510ec6dd444ce5ffaefc69b2e4c38914a921
This commit is contained in:
parent
da7c89d79d
commit
ad27045d14
@ -13,7 +13,6 @@
|
|||||||
* Merging iterator to avoid child iterator reseek for some cases
|
* Merging iterator to avoid child iterator reseek for some cases
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Fix an assertion failure `IsFlushPending() == true` caused by one bg thread releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag.
|
|
||||||
|
|
||||||
## 6.2.0 (4/30/2019)
|
## 6.2.0 (4/30/2019)
|
||||||
### New Features
|
### New Features
|
||||||
@ -34,6 +33,7 @@
|
|||||||
* Fix a race condition between WritePrepared::Get and ::Put with duplicate keys.
|
* Fix a race condition between WritePrepared::Get and ::Put with duplicate keys.
|
||||||
* Fix crash when memtable prefix bloom is enabled and read/write a key out of domain of prefix extractor.
|
* Fix crash when memtable prefix bloom is enabled and read/write a key out of domain of prefix extractor.
|
||||||
* Close a WAL file before another thread deletes it.
|
* Close a WAL file before another thread deletes it.
|
||||||
|
* Fix an assertion failure `IsFlushPending() == true` caused by one bg thread releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag.
|
||||||
|
|
||||||
## 6.1.1 (4/9/2019)
|
## 6.1.1 (4/9/2019)
|
||||||
### New Features
|
### New Features
|
||||||
|
Loading…
Reference in New Issue
Block a user