my_bool mysql_thread_init(void)
説明
スレッドを作成したら、スレッド固有の変数を初期化するためにこの関数を呼び出す必要があります。
my_init()
および
mysql_connect()
は、自動的にこの関数を呼び出します。
戻り値
正常に動作した場合は 0。エラーが発生した場合は 0 以外。
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.