mirror of
https://github.com/MariaDB/server.git
synced 2025-02-05 13:22:17 +01:00
3 lines
125 B
Text
3 lines
125 B
Text
SELECT THREAD_ID, NAME, THREAD_OS_ID from performance_schema.threads
|
|
WHERE THREAD_OS_ID is NULL;
|
|
THREAD_ID NAME THREAD_OS_ID
|