April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_thread_end()
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"); }
...Read now
Unlock full access