返回分配给给定连接 ID 的 Performance Schema 线程 ID,如果连接 ID 是,则返回当前连接的线程 ID NULL。
NULL
in_connection_id BIGINT UNSIGNED:要为其返回线程 ID 的连接的 ID。这是 PROCESSLIST_IDPerformance Schemathreads 表的Id列 或SHOW PROCESSLIST输出列中给出的类型的值。
in_connection_id BIGINT UNSIGNED
PROCESSLIST_ID
threads
Id
SHOW PROCESSLIST
一个BIGINT UNSIGNED值。
BIGINT UNSIGNED
mysql> SELECT sys.ps_thread_id(260); +-----------------------+ | sys.ps_thread_id(260) | +-----------------------+ | 285 | +-----------------------+