Revision 3d1e92b05aad8a7f997fb5e3adf2ac1faa13adb5 authored by Dhruba Borthakur on 17 December 2012, 05:01:02 UTC, committed by Dhruba Borthakur on 17 December 2012, 19:40:19 UTC
Summary:
1. The OpenForReadOnly() call should not lock the db. This is useful
so that multiple processes can open the same database concurrently
for reading.
2. GetUpdatesSince should not error out if the archive directory
does not exist.
3. A new constructor for WriteBatch that can takes a serialized
string as a parameter of the constructor.

Test Plan: make clean check

Reviewers: sheki

Reviewed By: sheki

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7449
1 parent 62d4857
History
File Mode Size
block.cc -rw-r--r-- 7.9 KB
block.h -rw-r--r-- 1.0 KB
block_builder.cc -rw-r--r-- 3.6 KB
block_builder.h -rw-r--r-- 1.7 KB
filter_block.cc -rw-r--r-- 3.3 KB
filter_block.h -rw-r--r-- 2.2 KB
filter_block_test.cc -rw-r--r-- 3.6 KB
format.cc -rw-r--r-- 5.2 KB
format.h -rw-r--r-- 3.1 KB
iterator.cc -rw-r--r-- 1.7 KB
iterator_wrapper.h -rw-r--r-- 2.0 KB
merger.cc -rw-r--r-- 4.8 KB
merger.h -rw-r--r-- 867 bytes
table.cc -rw-r--r-- 8.7 KB
table_builder.cc -rw-r--r-- 9.6 KB
table_test.cc -rw-r--r-- 24.6 KB
two_level_iterator.cc -rw-r--r-- 4.6 KB
two_level_iterator.h -rw-r--r-- 1.2 KB

back to top