summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-11-09 12:45:13 -0200
committerDavi Arnaut <davi.arnaut@oracle.com>2010-11-09 12:45:13 -0200
commit1b88853ab80315746dc38057bbd25ec6da7e9bf6 (patch)
treecde836d0694804f2c65ee001690e501f66267e29 /BUILD
parent6eaa3c0750bd3a5adb0184af67ba020b9c658c51 (diff)
downloadmariadb-git-1b88853ab80315746dc38057bbd25ec6da7e9bf6.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. The --enable-pstack option is thus deprecated and has no effect.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-mysqlfs-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-mysqlfs-debug b/BUILD/compile-pentium-mysqlfs-debug
index c871200604e..0f457eec0bb 100755
--- a/BUILD/compile-pentium-mysqlfs-debug
+++ b/BUILD/compile-pentium-mysqlfs-debug
@@ -6,6 +6,6 @@ path=`dirname $0`
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $static_link"
-extra_configs="$extra_configs --with-debug=full --with-mysqlfs --without-server --without-pstack"
+extra_configs="$extra_configs --with-debug=full --with-mysqlfs --without-server"
. "$path/FINISH.sh"