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/D7449main
parent
62d48571de
commit
3d1e92b05a
@ -1,10 +1,5 @@ |
||||
{ |
||||
"project_id" : "leveldb", |
||||
"conduit_uri" : "https://reviews.facebook.net/", |
||||
"copyright_holder" : "", |
||||
"load" : [ |
||||
"linters/src/" |
||||
], |
||||
"lint_engine" : "FacebookFbcodeLintEngine", |
||||
"lint.engine.single.linter" : "FbcodeCppLinter" |
||||
"copyright_holder" : "" |
||||
} |
||||
|
Loading…
Reference in new issue