blob: 43095b761515f41daf6137cbfd950160f32874cf (
plain)
1
2
3
4
5
6
7
|
#
# MDEV-6756: map a linux pid (child pid) to a connection id shown in
# the output of SHOW PROCESSLIST
#
SELECT max(tid) != min(tid) FROM information_schema.processlist;
max(tid) != min(tid)
1
|