Searched refs:prepared (Results 1 – 4 of 4) sorted by relevance
261 Status WriteUnpreparedTxn::FlushWriteBatchToDB(bool prepared) { in FlushWriteBatchToDB() argument267 if (!prepared && unflushed_save_points_ != nullptr && in FlushWriteBatchToDB()272 return FlushWriteBatchToDBInternal(prepared); in FlushWriteBatchToDB()275 Status WriteUnpreparedTxn::FlushWriteBatchToDBInternal(bool prepared) { in FlushWriteBatchToDBInternal() argument277 assert(!prepared); in FlushWriteBatchToDBInternal()356 !WRITE_AFTER_COMMIT, !prepared); in FlushWriteBatchToDBInternal()394 if (!prepared) { in FlushWriteBatchToDBInternal()
220 Status FlushWriteBatchToDB(bool prepared);221 Status FlushWriteBatchToDBInternal(bool prepared);
2101 std::set<uint64_t> prepared; in TEST_P() local2116 prepared.insert(seq); in TEST_P()2178 for (auto p : prepared) { in TEST_P()
290 …sequence of txn prepare, memtable flush, and crash could result in losing the prepared transaction.