void mysql_thread_end(void)
Descrição
Esta função precisa ser chamada antes da chamada de
pthread_exit()
para liberar a memória
alocada por mysql_thread_init()
.
Note que a função não é chamada automaticamente pela biblioteca cliente. Deve ser chamada explicitamente para evitar perda de memória.
Valor Retornado
Nenhum.
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.