| 578 | |
| 579 | |
| 580 | void 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 | |
| 597 | void EXT_tra_detach(ExternalFile* file, jrd_tra*) |
| 598 | { |
no outgoing calls
no test coverage detected