update history

This commit is contained in:
Maysam Yabandeh
2018-04-09 19:37:11 -07:00
parent d4f30520f9
commit 48171df2bc
+4 -1
View File
@@ -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.