rocksdb/utilities/geodb
Venkatesh Radhakrishnan f2ddb8b452 Fix for bug where GeoDB accesses key after next modification of iterator
Summary:
While running cross-functional tests for weak iterators, I
encountered a bug in GeoDB. GeoDB reads a key from the database and
tries to use it after doing a Seek. Fixing it by storing the key locally
so that it is still visible after the Seek.

Test Plan: Run geodb_test

Reviewers: sdong, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D31599
2015-01-15 11:47:41 -08:00
..
geodb_impl.cc Fix for bug where GeoDB accesses key after next modification of iterator 2015-01-15 11:47:41 -08:00
geodb_impl.h Clean up StringSplit 2014-11-21 11:05:28 -05:00
geodb_test.cc Fix default path in geodb_test 2014-04-07 13:04:16 -07:00