Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn.cc353 const bool first_prepare_batch = log_number_ == 0; in FlushWriteBatchToDBInternal() local
367 db_impl_->immutable_db_options().two_write_queues, first_prepare_batch); in FlushWriteBatchToDBInternal()
Dwrite_prepared_txn_db.h852 bool first_prepare_batch) in AddPreparedCallback() argument
857 first_prepare_batch_(first_prepare_batch) { in AddPreparedCallback()