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

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc54 // Sequence numbers < smallest_snapshot are not significant since we
55 // will never have to service a snapshot below smallest_snapshot.
56 // Therefore if we have seen a sequence number S <= smallest_snapshot,
58 SequenceNumber smallest_snapshot; member in struct:leveldb::DBImpl::CompactionState
869 compact->smallest_snapshot = versions_->LastSequence();
871 compact->smallest_snapshot = snapshots_.oldest()->number_;
923 if (last_sequence_for_key <= compact->smallest_snapshot) {
927 ikey.sequence <= compact->smallest_snapshot &&
944 "%d smallest_snapshot: %d",
948 (int)last_sequence_for_key, (int)compact->smallest_snapshot);
[all...]

Completed in 89 milliseconds