summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 01:31:36 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 01:31:36 +0000
commit7e1524c532b156e8260060d54d193a2070b3e3a2 (patch)
treee5d02694f5b44b3d71fbc52e73c699b3c7c7f960 /third_party
parent8930b500f2ee76639b191bf3c3adc3146e607b72 (diff)
downloadchromium_src-7e1524c532b156e8260060d54d193a2070b3e3a2.zip
chromium_src-7e1524c532b156e8260060d54d193a2070b3e3a2.tar.gz
chromium_src-7e1524c532b156e8260060d54d193a2070b3e3a2.tar.bz2
Roll leveldb to r78 / 1.15.
changes that affect chrome: - Fix for at least one cause of missing-files corruption: compaction errors now immediately put the database into readonly mode instead of attempting sophisticated recovery that was incompatible with Chromium's Env implementation. - Database will enter readonly mode when when a synchronous log write succeeds but the sync fails. BUG=239999 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/111953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/leveldatabase/README.chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium
index f12a0bf..92e6ba9 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: r77
+Version: r78
License: New BSD
License File: src/LICENSE
Security Critical: yes