summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-10-04 08:52:59 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-10-04 08:52:59 -0300
commit774a5778d5db1062c26bd55d02a09c5d98a74525 (patch)
treefcd0707f028c04c484c3bffc9dd7f68574089ca2 /include/my_global.h
parent9cc9916d297afb831154d5220f057327255bc4da (diff)
downloadmariadb-git-774a5778d5db1062c26bd55d02a09c5d98a74525.tar.gz
Bug#57210: remove pstack
Quoting from the bug report: The pstack library has been included in MySQL since version 4.0.0. It's useless and should be removed. Details: According to its own documentation, pstack only works on Linux on x86 in 32 bit mode and requires LinuxThreads and a statically linked binary. It doesn't really support any Linux from 2003 or later and doesn't work on any other OS.
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 1c615cc5ca2..4902f06c7c0 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -1474,7 +1474,6 @@ static inline double rint(double x)
/* Things we don't need in the embedded version of MySQL */
/* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */
-#undef HAVE_PSTACK /* No stacktrace */
#undef HAVE_OPENSSL
#undef HAVE_SMEM /* No shared memory */
#undef HAVE_NDBCLUSTER_DB /* No NDB cluster */