mariadb/mysql-test/suite/perfschema/r/threads_mysql_linux.result
Sergei Golubchik 0ea717f51a P_S 5.7.28
2020-03-10 19:24:22 +01:00

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