Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn.cc261 Status WriteUnpreparedTxn::FlushWriteBatchToDB(bool prepared) { in FlushWriteBatchToDB() argument
267 if (!prepared && unflushed_save_points_ != nullptr && in FlushWriteBatchToDB()
272 return FlushWriteBatchToDBInternal(prepared); in FlushWriteBatchToDB()
275 Status WriteUnpreparedTxn::FlushWriteBatchToDBInternal(bool prepared) { in FlushWriteBatchToDBInternal() argument
277 assert(!prepared); in FlushWriteBatchToDBInternal()
356 !WRITE_AFTER_COMMIT, !prepared); in FlushWriteBatchToDBInternal()
394 if (!prepared) { in FlushWriteBatchToDBInternal()
Dwrite_unprepared_txn.h220 Status FlushWriteBatchToDB(bool prepared);
221 Status FlushWriteBatchToDBInternal(bool prepared);
Dwrite_prepared_transaction_test.cc2101 std::set<uint64_t> prepared; in TEST_P() local
2116 prepared.insert(seq); in TEST_P()
2178 for (auto p : prepared) { in TEST_P()
/rocksdb-6.9/
DHISTORY.md290 …sequence of txn prepare, memtable flush, and crash could result in losing the prepared transaction.