]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Reset DBIter::saved_key_ with proper user key anywhere before pass to DBIter::FindNex...
authorAaron Gao <gzh@fb.com>
Thu, 9 Mar 2017 01:12:04 +0000 (17:12 -0800)
committerAaron Gao <gzh@fb.com>
Mon, 13 Mar 2017 17:25:42 +0000 (10:25 -0700)
commit25ea289819ccc5e115c43d5d0628889600ff65e3
tree7cf331c66e4b5c64cf70eb0449c0ee0be2596b20
parent4dd267d497446cea4509e1937fc857dc3c1c5a4c
Reset DBIter::saved_key_ with proper user key anywhere before pass to DBIter::FindNextUserEntry

Summary:
fix db_iter bug introduced by [facebook#1413](https://github.com/facebook/rocksdb/pull/1413)
Closes https://github.com/facebook/rocksdb/pull/1962

Differential Revision: D4672369

Pulled By: lightmark

fbshipit-source-id: 6a22953
db/db_iter.cc
db/db_iter_test.cc