Searched refs:compaction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc52 Compaction* const compaction; member in struct:leveldb::DBImpl::CompactionState
60 // Files produced by compaction
77 : compaction(c),
515 s = Status::IOError("Deleting DB during memtable compaction");
580 } else { // Running either my compaction or another compaction.
585 // Cancel my manual compaction since we aborted early for some reason.
594 // Wait until the compaction completes
649 // Previous compaction may have produced too many files in a level,
650 // so reschedule another compaction i
[all...]

Completed in 59 milliseconds