* 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.
## 6.11.5 (7/23/2020)
## 6.11.5 (7/23/2020)
### Bug Fixes
### Bug Fixes
* Memtable lookup should report unrecognized value_type as corruption (#7121).
* Memtable lookup should report unrecognized value_type as corruption (#7121).