Update LevelDB to 1.12

Squashed 'Subtrees/leveldb/' changes from 5bbb544..ab82e57
ab82e57 Release leveldb 1.12
02c6259 Release leveldb 1.11

git-subtree-dir: Subtrees/leveldb
git-subtree-split: ab82e57287e5f811f8b66774cc2a1d2979744c8c
This commit is contained in:
Vinnie Falco
2013-06-22 12:00:23 -07:00
parent 1cb5fb6c6c
commit fcb4c35fce
10 changed files with 166 additions and 23 deletions

View File

@@ -163,6 +163,7 @@ class DBImpl : public DB {
// Have we encountered a background error in paranoid mode?
Status bg_error_;
int consecutive_compaction_errors_;
// Per level compaction stats. stats_[level] stores the stats for
// compactions that produced data for the specified "level".