my_bool mysql_thread_init(void)
Description
Cette fonction doit être appelée à chaque création de thread pour initialiser les variables spécifiques aux threads.
Elle est appelée automatiquement par
my_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.