From: Aaron Gao Date: Fri, 10 Jun 2016 00:30:52 +0000 (-0700) Subject: duplicate line X-Git-Tag: rocksdb-4.9~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53a4bd8a6940573bdb73999b63d716bce360dfa0;p=rocksdb.git 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 --- diff --git a/HISTORY.md b/HISTORY.md index 302eb398..daa165b8 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