Skip to content

Commit

Permalink
Update HISTORY.md, fix unity_test failure (facebook#4479)
Browse files Browse the repository at this point in the history
Summary:
Follow-up to facebook#4432.
Pull Request resolved: facebook#4479

Differential Revision: D10304151

Pulled By: abhimadan

fbshipit-source-id: 3608b95c324702ca26791f95cb26dae1d49efbe7
  • Loading branch information
abhimadan authored and facebook-github-bot committed Oct 10, 2018
1 parent 7ca1a1f commit 9c6fea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### Bug Fixes
* Fix corner case where a write group leader blocked due to write stall blocks other writers in queue with WriteOptions::no_slowdown set.
* Fix in-memory range tombstone truncation to avoid erroneously covering newer keys at a lower level, and include range tombstones in compacted files whose largest key is the range tombstone's start key.

## 5.17.0 (10/05/2018)
### Public API Change
Expand Down
4 changes: 0 additions & 4 deletions db/range_del_aggregator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace rocksdb {

namespace {

struct TombstoneStartKeyComparator {
explicit TombstoneStartKeyComparator(const InternalKeyComparator* c)
: cmp(c) {}
Expand All @@ -36,8 +34,6 @@ struct ParsedInternalKeyComparator {
const InternalKeyComparator* cmp;
};

} // namespace

// An UncollapsedRangeDelMap is quick to create but slow to answer ShouldDelete
// queries.
class UncollapsedRangeDelMap : public RangeDelMap {
Expand Down

0 comments on commit 9c6fea7

Please sign in to comment.