| 2459 | |
| 2460 | |
| 2461 | void 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 | |
| 2478 | void jrd_tra::tra_abort(const char* reason) |
no outgoing calls
no test coverage detected