diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2015-08-12 23:09:48 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2015-09-17 14:30:58 +0200 |
commit | 7dd137c4ac0352595cb3aa5c718afba46bf2baf2 (patch) | |
tree | d4a21cc9bb38313c0827b66e71534a04890714fe /config.h.cmake | |
parent | d9b25ae3db8584bde809c0ab3230cbe151fa489b (diff) | |
download | mariadb-git-7dd137c4ac0352595cb3aa5c718afba46bf2baf2.tar.gz |
MDEV-6756: map a linux pid (child pid) to a connection id shown in the output of SHOW PROCESSLIST
Added tid (thread ID) for system where it is present.
ps -eL -o tid,pid,command
shows the thread on Linux
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 5f5cd30dc19..066ddacfbf3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -87,6 +87,7 @@ #cmakedefine HAVE_SYS_UTSNAME_H 1 #cmakedefine HAVE_SYS_STAT_H 1 #cmakedefine HAVE_SYS_STREAM_H 1 +#cmakedefine HAVE_SYS_SYSCALL_H 1 #cmakedefine HAVE_SYS_TERMCAP_H 1 #cmakedefine HAVE_SYS_TIMEB_H 1 #cmakedefine HAVE_SYS_TIMES_H 1 |