diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 01:16:56 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 01:16:56 +0000 |
commit | c3154b30056883945dea7bdf4e22a5889db29b04 (patch) | |
tree | f4d7af1494a2be05aedf0ea432ef450836a236c9 /third_party | |
parent | e3ffe0e315177552be38a46b7749dc766bfeff5e (diff) | |
download | chromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.zip chromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.tar.gz chromium_src-c3154b30056883945dea7bdf4e22a5889db29b04.tar.bz2 |
Roll leveldb to r71.
The only change applicable to chromium is a fix for a bug
that causes corruption. The corruption manifests as a missing
sst file that renders the database unopenable.
BUG=168649
Review URL: https://chromiumcodereview.appspot.com/11775018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/leveldatabase/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium index 886d733..0febb78 100644 --- a/third_party/leveldatabase/README.chromium +++ b/third_party/leveldatabase/README.chromium @@ -1,7 +1,7 @@ Name: LevelDB: A Fast Persistent Key-Value Store Short Name: leveldb URL: http://code.google.com/p/leveldb/ -Version: r68 +Version: r71 License: New BSD License File: src/LICENSE Security Critical: yes |