mariadb/mysql-test/r/information_schema_linux.result

8 lines
194 B
Text
Raw Normal View History

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