MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / startSavepoint

Method startSavepoint

src/jrd/replication/Applier.cpp:514–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void Applier::startSavepoint(thread_db* tdbb, TraNumber traNum)
515{
516 jrd_tra* transaction = NULL;
517 if (!m_txnMap.get(traNum, transaction))
518 raiseError("Transaction %" SQUADFORMAT" is not found", traNum);
519
520 LocalThreadContext context(tdbb, transaction);
521
522 transaction->startSavepoint();
523}
524
525void Applier::cleanupSavepoint(thread_db* tdbb, TraNumber traNum, bool undo)
526{

Callers 1

getReplicatorFunction · 0.45

Calls 2

raiseErrorFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected