mysql_thread_end
Syntax
void mysql_thread_end(void );
Description
The mysql_thread_end()
function needs to be called before a client thread ends. It will release thread-specific memory, which was allocated by a previous mysql_thread_init() call. Returns void.
See also
Last updated
Was this helpful?