]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
duplicate line
authorAaron Gao <gzh@fb.com>
Fri, 10 Jun 2016 00:30:52 +0000 (17:30 -0700)
committerAaron Gao <gzh@fb.com>
Fri, 10 Jun 2016 00:30:52 +0000 (17:30 -0700)
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

index 302eb3980c385f61cfc32fd69960446af4055868..daa165b8d009fb0b4a961b56c9d196440a201e66 100644 (file)
@@ -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