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

Method linkToAttachment

src/jrd/tra.cpp:2461–2475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459
2460
2461void jrd_tra::linkToAttachment(Attachment* attachment)
2462{
2463/**************************************
2464 *
2465 * l i n k _ t r a n s a c t i o n
2466 *
2467 **************************************
2468 *
2469 * Functional description
2470 * Link transaction block into database attachment.
2471 *
2472 **************************************/
2473 tra_next = attachment->att_transactions;
2474 attachment->att_transactions = this;
2475}
2476
2477
2478void jrd_tra::tra_abort(const char* reason)

Callers 2

TRA_reconnectFunction · 0.80
transaction_startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected