| 644 | |
| 645 | |
| 646 | void Jrd::Attachment::signalShutdown(ISC_STATUS code) |
| 647 | { |
| 648 | att_flags |= ATT_shutdown; |
| 649 | if (getStable()) |
| 650 | getStable()->setShutError(code); |
| 651 | |
| 652 | if (att_ext_connection && att_ext_connection->isConnected()) |
| 653 | att_ext_connection->cancelExecution(true); |
| 654 | |
| 655 | LCK_cancel_wait(this); |
| 656 | } |
| 657 | |
| 658 | |
| 659 | void Jrd::Attachment::mergeStats(bool pageStatsOnly) |
no test coverage detected