update history and bump version
This commit is contained in:
parent
b7434c29d2
commit
641fae60f6
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 5.18.3 (2/11/2019)
|
||||||
|
### Bug Fixes
|
||||||
|
* Fix possible LSM corruption when both range deletions and subcompactions are used. The symptom of this corruption is L1+ files overlapping in the user key space.
|
||||||
|
|
||||||
## 5.18.2 (01/31/2019)
|
## 5.18.2 (01/31/2019)
|
||||||
### Public API Change
|
### Public API Change
|
||||||
* Change time resolution in FileOperationInfo.
|
* Change time resolution in FileOperationInfo.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 5
|
||||||
#define ROCKSDB_MINOR 18
|
#define ROCKSDB_MINOR 18
|
||||||
#define ROCKSDB_PATCH 2
|
#define ROCKSDB_PATCH 3
|
||||||
|
|
||||||
// Do not use these. We made the mistake of declaring macros starting with
|
// Do not use these. We made the mistake of declaring macros starting with
|
||||||
// double underscore. Now we have to live with our choice. We'll deprecate these
|
// double underscore. Now we have to live with our choice. We'll deprecate these
|
||||||
|
Loading…
x
Reference in New Issue
Block a user