1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
Files
mariadb/mysql-test/r/information_schema_linux.result
2016-03-31 10:11:16 +04:00

11 lines
261 B
Plaintext

#
# 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;