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:
28
pstack/linuxthreads.h
Normal file
28
pstack/linuxthreads.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/* $Header$ */
|
||||
|
||||
/*
|
||||
* LinuxThreads specific stuff.
|
||||
*/
|
||||
|
||||
#ifndef pstack_linuxthreads_h_
|
||||
#define pstack_linuxthreads_h_
|
||||
|
||||
#include <pthread.h>
|
||||
#include "pstacktrace.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Tell other threads to dump stacks...
|
||||
*/
|
||||
int
|
||||
linuxthreads_notify_others( const int signotify);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* pstack_linuxthreads_h_ */
|
||||
|
||||
Reference in New Issue
Block a user