• Z
    Fix counter for memtable updates · 0f3b3696
    Zhongyi Xie 提交于
    Summary:
    Right now in `PutCFImpl` we always increment NUMBER_KEYS_UPDATED counter for both in-place update or insertion. This PR fixes this by using the correct counter for either case.
    Closes https://github.com/facebook/rocksdb/pull/2986
    
    Differential Revision: D6016300
    
    Pulled By: miasantreble
    
    fbshipit-source-id: 0aed327522e659450d533d1c47d3a9f568fac65d
    0f3b3696
memtable.cc 33.4 KB