PDF (US Ltr)
- 1.0Mb
PDF (A4)
- 1.0Mb
HTML Download (TGZ)
- 130.2Kb
HTML Download (Zip)
- 153.1Kb
void
mysql_thread_end(void)
Call this function 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.