0

Roll leveldb to r68

Changes relevant to chrome:

* Do not delay for 1 second on shutdown path (issue 125)
* Make InMemoryEnv return a no-op logger
* Added an in-process lock table (issue 120)

BUG=140543

Review URL: https://chromiumcodereview.appspot.com/11142002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161754 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
dgrogan@chromium.org
2012-10-13 10:21:31 +00:00
parent 8816cad907
commit 12f855e5fa
2 changed files with 2 additions and 2 deletions
DEPS
third_party/leveldatabase

2
DEPS

@ -94,7 +94,7 @@ deps = {
"/trunk/src@220",
"src/third_party/leveldatabase/src":
(Var("googlecode_url") % "leveldb") + "/trunk@67",
(Var("googlecode_url") % "leveldb") + "/trunk@68",
"src/third_party/snappy/src":
(Var("googlecode_url") % "snappy") + "/trunk@63",

@ -1,7 +1,7 @@
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
Version: r67
Version: r68
License: New BSD
License File: src/LICENSE
Security Critical: yes