Lei Jin 2dc6f62bb9 handle kDelete type in cuckoo builder
Summary:
when I changed std::vector<std::string, std::string> to std::string to
store key/value pairs in builder, I missed the handling for kDeletion
type. As a result, value_size_ can be wrong if the first add key is for
deletion.
The is captured by ./cuckoo_table_db_test

Test Plan:
./cuckoo_table_db_test
./cuckoo_table_reader_test
./cuckoo_table_builder_test

Reviewers: sdong, yhchiang, igor

Reviewed By: igor

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D24045
2014-09-29 10:25:21 -07:00
..
2014-09-02 11:49:38 -07:00
2014-09-04 09:10:13 +08:00
2014-05-15 14:09:03 -07:00
2014-05-15 14:09:03 -07:00
2014-09-17 16:45:58 -07:00
2014-09-17 16:45:58 -07:00
2014-09-17 15:08:50 -07:00
2014-09-17 15:08:50 -07:00
2014-09-22 15:19:20 -07:00
2014-04-09 21:17:14 -07:00
2014-09-08 22:24:40 -07:00
2014-09-17 15:08:50 -07:00
2014-09-08 16:34:04 +08:00
2014-09-04 16:18:36 -07:00
2014-09-06 23:21:26 +08:00
2014-02-03 00:30:43 -08:00