Revision 7a9dd5f214fa2581f0b230c05f6d2ef1cd1cd19c authored by Haobo Xu on 19 June 2014, 22:32:31 UTC, committed by Haobo Xu on 19 June 2014, 23:40:32 UTC
Summary: Currently, RocksDB returns error if a db written with prefix hash index, is later opened without providing a prefix extractor. This is uncessarily harsh. Without a prefix extractor, we could always fallback to the normal binary index.

Test Plan: unit test, also manually veried LOG that fallback did occur.

Reviewers: sdong, ljin

Reviewed By: ljin

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D19191
1 parent 4f5ccfd
History
File Mode Size
coverage_test.sh -rwxr-xr-x 2.2 KB
parse_gcov_output.py -rw-r--r-- 4.1 KB

back to top