void mysql_thread_end(void)
Description
Cette fonction doit être appelée avant
pthread_exit()
pour libérer la mémoire
allouée part mysql_thread_init()
.
Notez que cette fonction n'est pas invoquée automatiquement par la bibliothèque du client. Elle doit être invoquée explicitement pour éviter les pertes de mémoire.
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.