diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-10-04 08:52:59 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-10-04 08:52:59 -0300 |
commit | 40ee088f68a452ac2ed19622481c73d6d38c7ec3 (patch) | |
tree | fcd0707f028c04c484c3bffc9dd7f68574089ca2 /pstack/pstack.h | |
parent | a39f21a97e97602941d8ffe92722cf47029e447f (diff) | |
download | mariadb-git-40ee088f68a452ac2ed19622481c73d6d38c7ec3.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 'pstack/pstack.h')
-rw-r--r-- | pstack/pstack.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pstack/pstack.h b/pstack/pstack.h deleted file mode 100644 index 4c4fad7e754..00000000000 --- a/pstack/pstack.h +++ /dev/null @@ -1,22 +0,0 @@ -/* $Header$ */ - -#ifndef pstack_pstack_h_ -#define pstack_pstack_h_ - -#include "pstacktrace.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/* - * Install the stack-trace-on-SEGV handler.... - */ -extern int -pstack_install_segv_action( const char* path_format); -#ifdef __cplusplus -} -#endif - -#endif /* pstack_pstack_h_ */ - |