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:
2
DEPS
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",
|
||||
|
2
third_party/leveldatabase/README.chromium
vendored
2
third_party/leveldatabase/README.chromium
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user