| 202 | } |
| 203 | |
| 204 | ~Thread_excursion() { |
| 205 | #ifndef EMBEDDED_LIBRARY |
| 206 | if (unlikely(setup_thread_globals(m_original_thd))) |
| 207 | DBUG_ASSERT(0); // Out of memory?! |
| 208 | #endif |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | Try to attach the POSIX thread to a session. |
nothing calls this directly
no outgoing calls
no test coverage detected