summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2015-08-12 23:09:48 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2015-09-17 14:30:58 +0200
commit7dd137c4ac0352595cb3aa5c718afba46bf2baf2 (patch)
treed4a21cc9bb38313c0827b66e71534a04890714fe /config.h.cmake
parentd9b25ae3db8584bde809c0ab3230cbe151fa489b (diff)
downloadmariadb-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.cmake1
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