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

Function JRD_commit_retaining

src/jrd/jrd.cpp:9491–9504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9489
9490
9491void JRD_commit_retaining(thread_db* tdbb, jrd_tra* transaction)
9492{
9493/**************************************
9494 *
9495 * J R D _ c o m m i t _ r e t a i n i n g
9496 *
9497 **************************************
9498 *
9499 * Functional description
9500 * Commit a transaction.
9501 *
9502 **************************************/
9503 commit(tdbb, transaction, true);
9504}
9505
9506
9507void JRD_rollback_transaction(thread_db* tdbb, jrd_tra* transaction)

Callers 2

executeMethod · 0.85
commitRetainingMethod · 0.85

Calls 1

commitFunction · 0.85

Tested by

no test coverage detected