void mysql_thread_end(void)
説明
mysql_thread_init()
を呼び出す前にこの関数を呼び出して、pthread_exit()
によって割り当てられたメモリを解放する必要があります。
注意: この関数は、クライアントライブラリからは自動的に呼び出されません。メモリリークを避けるために、明示的に呼び出す必要があります。
戻り値
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.