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

Function EXT_tra_attach

src/jrd/ext.cpp:580–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579
580void EXT_tra_attach(ExternalFile* file, jrd_tra*)
581{
582/**************************************
583 *
584 * E X T _ t r a _ a t t a c h
585 *
586 **************************************
587 *
588 * Functional description
589 * Transaction going to use external table.
590 * Increment transactions use count.
591 *
592 **************************************/
593
594 file->ext_tra_cnt++;
595}
596
597void EXT_tra_detach(ExternalFile* file, jrd_tra*)
598{

Callers 1

TRA_post_resourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected