unsigned long mysql_thread_id(MYSQL *mysql)
説明
現在の接続のスレッド ID
を返します。この戻り値を、mysql_kill()
に引数として渡してスレッドを強制終了することができます。
現在の接続が切断され、mysql_ping()
を使用して再接続した場合、スレッド ID
は別の値になります。これは、取得したスレッド
ID
を保管して後で使用することはできないことを意味します。スレッド
ID
が必要になったときに、取得する必要があります。
戻り値
現在の接続のスレッド ID。
エラー
ありません。
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.