From 53a4bd8a6940573bdb73999b63d716bce360dfa0 Mon Sep 17 00:00:00 2001 From: Aaron Gao Date: Thu, 9 Jun 2016 17:30:52 -0700 Subject: [PATCH] duplicate line Summary: duplicated line in history.md Test Plan: n/a Reviewers: yiwu Reviewed By: yiwu Subscribers: andrewkr, dhruba Differential Revision: https://reviews.facebook.net/D59433 --- HISTORY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 302eb3980..daa165b8d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,7 +6,6 @@ * Add bottommost_compression option, This option can be used to set a specific compression algorithm for the bottommost level (Last level containing files in the DB). * Introduce CompactionJobInfo::compression, This field state the compression algorithm used to generate the output files of the compaction. * Deprecate BlockBaseTableOptions.hash_index_allow_collision=false -* Deprecate BlockBaseTableOptions.hash_index_allow_collision=false * Deprecate options builder (GetOptions()). ### New Features