void mysql_thread_end(void)
描述
调用pthread_exit()来释放mysql_thread_init()分配的内存之前,需要调用该函数。
注意,该函数不会被客户端库自动调用。必须明确调用它以避免内存泄漏。
返回值
无。