From 97773d0967c9eb3140280b621b21b11192bc8ae2 Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Mon, 7 Jan 2019 10:18:58 -0800 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bf5bb12a03..822b919ef9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,7 +11,6 @@ * Introduced `MemoryAllocator`, which lets the user specify custom memory allocator for block based table. * Improved `DeleteRange` to prevent read performance degradation. The feature is no longer marked as experimental. * Enabled checkpoint on readonly db (DBImplReadOnly). -* Make DB ignore dropped column families while committing results of atomic flush. ### Public API Change * `DBOptions::use_direct_reads` now affects reads issued by `BackupEngine` on the database's SSTs. @@ -29,6 +28,7 @@ * Start populating `NO_FILE_CLOSES` ticker statistic, which was always zero previously. * The default value of NewBloomFilterPolicy()'s argument use_block_based_builder is changed to false. Note that this new default may cause large temp memory usage when building very large SST files. * Fix a deadlock caused by compaction and file ingestion waiting for each other in the event of write stalls. +* Make DB ignore dropped column families while committing results of atomic flush. ## 5.17.0 (10/05/2018) ### Public API Change