mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # MDEV-6580 Assertion `thd' failed in my_malloc_size_cb_func upon writing status report into error log
 | |
| #
 | |
| source include/not_windows.inc;
 | |
| source include/not_embedded.inc;
 | |
| let $pid=`select @@pid_file`;
 | |
| exec kill -1 `cat $pid`;
 | |
| 
 | |
| select 'ok';
 | |
| 
 | 
