diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 01:55:33 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 01:55:33 +0000 |
commit | d9e79ef57da531b9e2e730c649b1976b0d5aea0b (patch) | |
tree | b10ab83d746ee92311014da011bc61ffd78daabb /third_party | |
parent | 07190373f7160e324ca4842d821097552c5cdb08 (diff) | |
download | chromium_src-d9e79ef57da531b9e2e730c649b1976b0d5aea0b.zip chromium_src-d9e79ef57da531b9e2e730c649b1976b0d5aea0b.tar.gz chromium_src-d9e79ef57da531b9e2e730c649b1976b0d5aea0b.tar.bz2 |
Roll LevelDB to 1.16 / r79.
The only significant change is to report fewer corruptions when a
truncated file could be caused by a writer dying mid-write.
BUG=222266
Review URL: https://codereview.chromium.org/151233004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250271 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 621e236..a96f4be 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: r78 +Version: r79 License: New BSD License File: src/LICENSE Security Critical: yes |