Synopsis
void mysql_thread_end(void)
Use this function before calling free memory used by
mysql_thread_init(). It returns nothing. It
isn’t automatically called. Here is an example:
...
if(mysql_thread_safe( ))
{ printf("Safe Environment \n"); }
else{ printf("Unsafe Environment \n"); }
...