From 8b8011a68ca80fc2523447302e27ceb912af9771 Mon Sep 17 00:00:00 2001 From: fyrz Date: Sat, 27 Sep 2014 10:06:13 +0200 Subject: [PATCH] Changed name of ReverseBytewiseComparator based on review comment --- util/comparator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/comparator.cc b/util/comparator.cc index d77d43117..bbf0262f0 100644 --- a/util/comparator.cc +++ b/util/comparator.cc @@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl { ReverseBytewiseComparatorImpl() { } virtual const char* Name() const { - return "leveldb.ReverseBytewiseComparator"; + return "rocksdb.ReverseBytewiseComparator"; } virtual int Compare(const Slice& a, const Slice& b) const {