Revision 5e0d6b4cc9f2f107853ddcff73330f3aa6d17559 authored by Aaron Gao on 18 October 2016, 23:07:10 UTC, committed by Aaron Gao on 18 October 2016, 23:07:10 UTC
Summary: in rocksdb::DBIter::FindValueForCurrentKey(), last_not_merge_type could also be SingleDelete() which is omitted

Test Plan: db_iter_test

Reviewers: yhchiang, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D65187
1 parent ab53998
Raw File
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top