mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added all changes from old 4.0 version:
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
This commit is contained in:
22
pstack/pstack.h
Normal file
22
pstack/pstack.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/* $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_ */
|
||||
|
||||
Reference in New Issue
Block a user