From: Maysam Yabandeh Date: Tue, 10 Apr 2018 02:37:11 +0000 (-0700) Subject: update history X-Git-Tag: v5.12.3^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48171df2bcc9adbd28137343a421724ce94a045c;p=rocksdb.git update history --- diff --git a/HISTORY.md b/HISTORY.md index ec422414..ae49cd90 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,11 @@ # Rocksdb Change Log +## 5.12.3 (04/09/2018) +### Bug Fixes +* Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters + ## 5.12.2 (3/23/2018) ### Bug Fixes * Fsync after writing global seq number to the ingestion file in ExternalSstFileIngestionJob. -* Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters ### Java API Changes * Add `BlockBasedTableConfig.setBlockCache` to allow sharing a block cache across DB instances.