DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) my_init

Info Catalog (mysql.info.gz) C Thread functions (mysql.info.gz) C Thread functions (mysql.info.gz) mysql_thread_init
 
 22.2.11.1 `my_init()'
 .....................
 
 `void my_init(void)'
 
 Description
 ...........
 
 This function needs to be called once in the program before calling any
 MySQL function.  This initializes some global variables that MySQL
 needs.  If you are using a thread-safe client library, this will also
 call `mysql_thread_init()' for this thread.
 
 This is automatically called by `mysql_init()', `mysql_library_init()',
 `mysql_server_init()' and `mysql_connect()'.
 
 Return Values
 .............
 
 None.
 
Info Catalog (mysql.info.gz) C Thread functions (mysql.info.gz) C Thread functions (mysql.info.gz) mysql_thread_init
automatically generated byinfo2html