void my_init(void)
説明
この関数は、他の MySQL
関数を呼び出す前に、プログラム内で 1
回だけ呼び出す必要があります。MySQL
が必要とするいくつかのグローバル変数を初期化します。スレッドセーフなクライアントライブラリを使用している場合、この関数は現在のスレッドに対して
mysql_thread_init()
の呼び出しも行います。
mysql_init()
、mysql_server_init()
、および
mysql_connect()
は、自動的にこの関数を呼び出します。
戻り値
ありません。
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.