void my_init(void)
Description
Cette fonction doit être appelée une fois dans le programme
avant tout appel à une fonction MySQL. Cela initialise
quelques variables globales dont MySQL a besoin. Si vous
utilisez une bibliothèque client sûr pour les threads, cela
appellera aussi mysql_thread_init()
pour ce
thread.
Ceci est automatiquement appelé par
mysql_init()
,
mysql_server_init()
et
mysql_connect()
.
Valeur de retour
Aucune.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.