• S
    Improve readability of DBIter's two seek functions (#5794) · 6287f0d7
    sdong 提交于
    Summary:
    Doing some code reordering in DBIter::Seek() and DBIter::SeekForPrev().
    The logic largely remains the same, except slight difference when handling some stats when valid_ = false, where they are not supposed to be used anyway.
    Also remove prefix_start_key_, which sometimes point a part of seek target, some times prefix_start_buf_, which is confusing.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/5794
    
    Test Plan: Run all tests.
    
    Differential Revision: D17375257
    
    fbshipit-source-id: 7339a23898cecd3a8475bf72340fcd6f82b933c5
    6287f0d7
db_iter.cc 44.9 KB