DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) mysql_thread_end

Info Catalog (mysql.info.gz) mysql_thread_init (mysql.info.gz) C Thread functions (mysql.info.gz) mysql_thread_safe
 
 22.2.11.3 `mysql_thread_end()'
 ..............................
 
 `void mysql_thread_end(void)'
 
 Description
 ...........
 
 This function needs to be called before calling `pthread_exit()' to
 free memory allocated by `mysql_thread_init()'.
 
 Note that this function *is not invoked automatically* by the client
 library.  It must be called explicitly to avoid a memory leak.
 
 Return Values
 .............
 
 None.
 
Info Catalog (mysql.info.gz) mysql_thread_init (mysql.info.gz) C Thread functions (mysql.info.gz) mysql_thread_safe
automatically generated byinfo2html