Home | History | Annotate | Download | only in db

Lines Matching refs:last_sequence

1161   uint64_t last_sequence = versions_->LastSequence();
1165 WriteBatchInternal::SetSequence(updates, last_sequence + 1);
1166 last_sequence += WriteBatchInternal::Count(updates);
1185 versions_->SetLastSequence(last_sequence);