my_bool mysql_thread_init(void)
Descrição
Esta função preisa aser chamada para cada thread criada para inicializar variáveis específicas de threads.
Ela é automaticamente chamada por
my_init()
e
mysql_connect()
.
Valor Retornado
Zero se obtver sucesso. Diferente de zero se ocorrer um erro.
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.