]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Revert previous behavior of internal_key_skipped_count
authorsdong <siying.d@fb.com>
Tue, 1 Dec 2015 05:32:59 +0000 (21:32 -0800)
committersdong <siying.d@fb.com>
Tue, 1 Dec 2015 05:55:05 +0000 (21:55 -0800)
commit459c7fba36fbcbfe848947bf3e3e903895b2233c
tree96bab81dc499f03a35269f67364199e988b4c081
parent481f9edb15749595baa87f6fea9632e009aeb3ad
Revert previous behavior of internal_key_skipped_count

Summary: With recent commit 33e0c93826fd45640b24324a642ca03d8b9ef123, db iterator skips perf context counter internal_key_skipped_count when blindly issuing internal Next(). Now increment the counter by one when issuing this Next()

Test Plan: Run all existing tests

Reviewers: rven, yhchiang, IslamAbdelRahman, kradhakrishnan, igor, anthony

Reviewed By: anthony

Subscribers: yoshinorim, leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D51465
db/db_iter.cc