summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema_linux.test
blob: 0e3170080c3390aa0472efd7526dd8d7cdd0288f (plain)
1
2
3
4
5
6
7
8
9
10
--source include/linux.inc

--echo #
--echo # MDEV-6756: map a linux pid (child pid) to a connection id shown in
--echo # the output of SHOW PROCESSLIST
--echo #
--connect (con1,localhost,root)
SELECT max(tid) != min(tid) FROM information_schema.processlist;
--connection default
--disconnect con1