mysql_thread_id(3) | MariaDB Connector/C | mysql_thread_id(3) |
mysql_thread_id - Returns id of the current connection
#include <mysql.h> unsigned long mysql_thread_id(MYSQL * mysql);
The mysql_thread_id() function returns the thread id for the current connection.
Returns the thread id of the current connection.
Version 3.3.1 |