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

Function JRD_rollback_retaining

src/jrd/jrd.cpp:9523–9536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9521
9522
9523void JRD_rollback_retaining(thread_db* tdbb, jrd_tra* transaction)
9524{
9525/**************************************
9526 *
9527 * J R D _ r o l l b a c k _ r e t a i n i n g
9528 *
9529 **************************************
9530 *
9531 * Functional description
9532 * Abort a transaction but keep the environment valid
9533 *
9534 **************************************/
9535 rollback(tdbb, transaction, true);
9536}
9537
9538
9539void JRD_start_and_send(thread_db* tdbb, Request* request, jrd_tra* transaction,

Callers 2

executeMethod · 0.85
rollbackRetainingMethod · 0.85

Calls 1

rollbackFunction · 0.85

Tested by

no test coverage detected