mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	 8f62579c38
			
		
	
	8f62579c38
	
	
	
		
			
			PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
		
			
				
	
	
		
			23 lines
		
	
	
		
			312 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			312 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $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_ */
 | |
| 
 |