Home
last modified time | relevance | path

Searched refs:current_batch_seq_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dtransaction_log_impl.cc30 current_batch_seq_(0), in TransactionLogIteratorImpl()
73 result.sequence = current_batch_seq_; in GetBatch()
113 if (strict && current_batch_seq_ != starting_sequence_number_) { in SeekToStartSequence()
285 current_batch_seq_ = WriteBatchInternal::Sequence(batch.get()); in UpdateCurrentWriteBatch()
287 BatchCounter counter(current_batch_seq_); in UpdateCurrentWriteBatch()
292 current_batch_seq_ + WriteBatchInternal::Count(batch.get()) - 1; in UpdateCurrentWriteBatch()
Dtransaction_log_impl.h104 current_batch_seq_; // sequence number at start of current batch variable