summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/r/threads_mysql_linux.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/threads_mysql_linux.result')
-rw-r--r--mysql-test/suite/perfschema/r/threads_mysql_linux.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/threads_mysql_linux.result b/mysql-test/suite/perfschema/r/threads_mysql_linux.result
new file mode 100644
index 00000000..36158d06
--- /dev/null
+++ b/mysql-test/suite/perfschema/r/threads_mysql_linux.result
@@ -0,0 +1,3 @@
+SELECT THREAD_ID, NAME, THREAD_OS_ID from performance_schema.threads
+WHERE THREAD_OS_ID is NULL;
+THREAD_ID NAME THREAD_OS_ID