Spec-Zone .ru
спецификации, руководства, описания, API
|
void mysql_thread_end(void)
This function needs to be called before calling pthread_exit()
to free memory
allocated by mysql_thread_init()
.
mysql_thread_end()
is not invoked automatically by the
client library. It must be called explicitly to avoid a memory leak.
None.