8.2.1 mysql_thread_end()

void
mysql_thread_end(void)

描述

在调用 pthread_exit() 之前,根据需要调用此函数来释放 mysql_thread_init() 分配的内存。

mysql_thread_end() 不会被客户端库自动调用.

返回值

无。