swh:1:snp:5115096b921df712aeb2a08114fede57fb3331fb
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
Tip revision: 19076c95aa2bcee55c26fcf0960cc844ad86ee9c authored by Levi Tamasi on 21 January 2021, 22:18:25 UTC
Update HISTORY.md for PR 7888 (#7890)
Tip revision: 19076c9
File Mode Size
db
doc
hdfs
helpers
include
java
linters
port
scribe
snappy
table
thrift
tools
util
.arcconfig -rw-r--r-- 109 bytes
.gitignore -rw-r--r-- 170 bytes
AUTHORS -rw-r--r-- 193 bytes
LICENSE -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 9.2 KB
NEWS -rw-r--r-- 509 bytes
README -rw-r--r-- 2.3 KB
README.fb -rw-r--r-- 283 bytes
TODO -rw-r--r-- 494 bytes
build_detect_platform -rwxr-xr-x 7.9 KB
build_detect_version -rwxr-xr-x 1.1 KB
build_java.sh -rwxr-xr-x 424 bytes
fbcode.gcc471.sh -rw-r--r-- 2.4 KB

README

back to top