Bump version and update HISTORY

This commit is contained in:
Yanqin Jin 2020-11-15 15:04:28 -08:00
parent 63462c3a94
commit 19c8025386
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Rocksdb Change Log
## 6.11.7 (11/15/2020)
### Bug Fixes
* Fix a bug of encoding and parsing BlockBasedTableOptions::read_amp_bytes_per_bit as a 64-bit integer.
## 6.11.6 (10/12/2020)
### Bug Fixes
* Fixed a bug in the following combination of features: indexes with user keys (`format_version >= 3`), indexes are partitioned (`index_type == kTwoLevelIndexSearch`), and some index partitions are pinned in memory (`BlockBasedTableOptions::pin_l0_filter_and_index_blocks_in_cache`). The bug could cause keys to be truncated when read from the index leading to wrong read results or other unexpected behavior.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 11
#define ROCKSDB_PATCH 6
#define ROCKSDB_PATCH 7
// 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