27.7.11.2 mysql_thread_end()

void mysql_thread_end(void)

Description

Call this function as necessary before calling pthread_exit() to free memory allocated by mysql_thread_init():

mysql_thread_end() is not invoked automatically by the client library.

Return Values

None.