]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md for 5.14.1
authorYi Wu <yiwu@fb.com>
Wed, 20 Jun 2018 19:22:32 +0000 (12:22 -0700)
committerYi Wu <yiwu@fb.com>
Wed, 20 Jun 2018 19:22:32 +0000 (12:22 -0700)
HISTORY.md

index 74b3027a5dcccf6c6f642ef2c28aed1a84274f21..478293afc5616d747bd340e26e9970271d400ea9 100644 (file)
@@ -2,6 +2,7 @@
 ## 5.14.1 (6/20/2018)
 ### Bug Fixes
 * Fix block-based table reader pinning blocks throughout its lifetime, causing memory usage increase.
+* Fix bug with prefix search in partition filters where a shared prefix would be ignored from the later partitions. The bug could report an eixstent key as missing. The bug could be triggered if prefix_extractor is set and partition filters is enabled.
 
 ## 5.14.0 (5/16/2018)
 ### Public API Change