update history.md for fixing the bug that skips keys

Summary: Closes https://github.com/facebook/rocksdb/pull/1986

Differential Revision: D4699152

Pulled By: siying

fbshipit-source-id: b18c32c
This commit is contained in:
Aaron Gao 2017-03-13 11:35:50 -07:00 committed by Andrew Kryczka
parent 76979d84bf
commit 4fa68fb3f2

View File

@ -10,6 +10,7 @@
* Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a threshold specified by the user.
### Bug Fixes
* Fix the bug that iterator may skip keys
* Remove calling fallocate with FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE flag to circumvent a kernel bug that changes file size after this call on XFS
## 5.2.0 (02/08/2017)