Merge src/leveldb changes for LevelDB 1.13

This commit is contained in:
Pieter Wuille
2013-08-24 22:21:41 +02:00
13 changed files with 363 additions and 67 deletions

View File

@@ -38,6 +38,9 @@ static const int kL0_StopWritesTrigger = 12;
// space if the same key space is being repeatedly overwritten.
static const int kMaxMemCompactLevel = 2;
// Approximate gap in bytes between samples of data read during iteration.
static const int kReadBytesPeriod = 1048576;
} // namespace config
class InternalKey;