MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~Thread_excursion

Method ~Thread_excursion

phx_percona/percona/sql/binlog.cc:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected