void my_init(void)
        
Descrição
          Esta função precisa ser chamada uma vez pelo programa antes
          de se chamar qualquer função do MySQL. Ela inicializa
          algumas varáveis globais que o MySQL precisa. se você está
          usando uma biblioteca cliente de thread segura, também será
          feita uma chamada a mysql_thread_init()
          para esta thread.
        
          Ela é chamada automaticamente por
          mysql_init(),
          mysql_server_init() e
          mysql_connect().
        
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.

