unsigned int mysql_thread_safe(void)
説明
この関数は、クライアントがスレッドセーフとしてコンパイルされたかどうかを示します。
戻り値
クライアントがスレッドセーフの場合は 1、それ以外の場合は 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.