| 5321 | @return thread id |
| 5322 | */ |
| 5323 | extern "C" unsigned long thd_get_thread_id(const MYSQL_THD thd) |
| 5324 | { |
| 5325 | return((unsigned long)thd->thread_id); |
| 5326 | } |
| 5327 | |
| 5328 | /** |
| 5329 | Check if THD socket is still connected. |
no outgoing calls
no test coverage detected