summaryrefslogtreecommitdiff
path: root/mysql-test/main/information_schema_linux.result
blob: b4b7de7bc65d69a666d6274e9803b0a9961c8a45 (plain)
1
2
3
4
5
6
7
8
9
10
#
# MDEV-6756: map a linux pid (child pid) to a connection id shown in
# the output of SHOW PROCESSLIST
#
connect  con1,localhost,root;
SELECT max(tid) != min(tid) FROM information_schema.processlist;
max(tid) != min(tid)
1
connection default;
disconnect con1;