Home
last modified time | relevance | path

Searched refs:dbimpl_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_base.cc25 dbimpl_(static_cast_with_check<DBImpl, DB>(db)), in TransactionBaseImpl()
33 if (dbimpl_->allow_2pc()) { in TransactionBaseImpl()
52 if (dbimpl_->allow_2pc()) { in Clear()
72 const Snapshot* snapshot = dbimpl_->GetSnapshotForWriteConflictBoundary(); in SetSnapshot()
724 ROCKS_LOG_DETAILS(dbimpl_->immutable_db_options().info_log, in ReleaseSnapshot()
828 IndexedWriteBatchBuilder copycat(this, dbimpl_); in RebuildFromWriteBatch()
Dpessimistic_transaction.cc301 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Commit()
328 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Commit()
408 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Rollback()
420 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in Rollback()
Dtransaction_base.h287 DBImpl* dbimpl_; variable
Dwrite_unprepared_txn.cc70 dbimpl_->logs_with_prep_tracker()->MarkLogAsHavingPrepSectionFlushed( in ~WriteUnpreparedTxn()