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 also calls
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.