mysql_thread_id
Syntax
unsigned long mysql_thread_id(MYSQL * mysql);
mysql
- a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
Description
The mysql_thread_id() function returns the thread id for the current connection.
See also
Last updated
Was this helpful?