mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 c8a6c2c614
			
		
	
	c8a6c2c614
	
	
	
		
			
			signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
		
			
				
	
	
		
			9 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| select 1;
 | |
| 1
 | |
| 1
 | |
| select 2;
 | |
| ERROR HY000: MySQL server has gone away
 | |
| select 3;
 | |
| 3
 | |
| 3
 |