Skip to content

Commit 35d8e36

Browse files
committed
Bump version and update HISTORY
1 parent 71e9a1a commit 35d8e36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Rocksdb Change Log
2+
## 6.14.5 (11/15/2020)
3+
### Bug Fixes
4+
* Fix a bug of encoding and parsing BlockBasedTableOptions::read_amp_bytes_per_bit as a 64-bit integer.
5+
26
## 6.14.4 (11/05/2020)
37
### Bug Fixes
48
Fixed a potential bug caused by evaluating `TableBuilder::NeedCompact()` before `TableBuilder::Finish()` in compaction job. For example, the `NeedCompact()` method of `CompactOnDeletionCollector` returned by built-in `CompactOnDeletionCollectorFactory` requires `BlockBasedTable::Finish()` to return the correct result. The bug can cause a compaction-generated file not to be marked for future compaction based on deletion ratio.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define ROCKSDB_MAJOR 6
88
#define ROCKSDB_MINOR 14
9-
#define ROCKSDB_PATCH 4
9+
#define ROCKSDB_PATCH 5
1010

1111
// Do not use these. We made the mistake of declaring macros starting with
1212
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)