You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: rocksdb-sys/rocksdb/HISTORY.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
# Rocksdb Change Log
2
+
3
+
## 5.14.3 (8/21/2018)
4
+
### Public API Change
5
+
* The merge operands are passed to `MergeOperator::ShouldMerge` in the reversed order relative to how they were merged (passed to FullMerge or FullMergeV2) for performance reasons
6
+
### Bug Fixes
7
+
* Fixes DBImpl::FindObsoleteFiles() calling GetChildren() on the same path
8
+
2
9
## 5.14.2 (7/3/2018)
3
10
### Bug Fixes
4
11
* Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() as it doesn't work well with checkpoints.
0 commit comments