| 3106 | One should have to fix that thr_alarm know about this thread too. |
| 3107 | */ |
| 3108 | extern "C" sig_handler abort_thread(int sig MY_ATTRIBUTE((unused))) |
| 3109 | { |
| 3110 | THD *thd=current_thd; |
| 3111 | DBUG_ENTER("abort_thread"); |
| 3112 | if (thd) |
| 3113 | thd->killed= THD::KILL_CONNECTION; |
| 3114 | DBUG_VOID_RETURN; |
| 3115 | } |
| 3116 | #endif |
| 3117 | |
| 3118 |
nothing calls this directly
no outgoing calls
no test coverage detected