This function returns the MySQL connection or thread
identification number for the MySQL session. There are no arguments.
Connection identifiers are unique. Here is an example:
SELECT CONNECTION_ID( );
+------------------+
| CONNECTION_ID( ) |
+------------------+
| 11266 |
+------------------+