summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaysam Yabandeh <myabandeh@fb.com>2018-04-09 19:37:11 -0700
committerMaysam Yabandeh <myabandeh@fb.com>2018-04-09 19:37:11 -0700
commit48171df2bcc9adbd28137343a421724ce94a045c (patch)
tree66b48ce858d5f139aa7135a02f0f3790344f5904
parentd4f30520f997ca7f86d0237fc5dc5a8a80b3a945 (diff)
update historyv5.12.3
-rw-r--r--HISTORY.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index ec422414e..ae49cd90d 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.