mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 5ea51287d6
			
		
	
	5ea51287d6
	
	
	
		
			
			Fix random failures in test 'wait_timeout' that depend on exact timing. 1. Force a reconnect initially if necessary, as otherwise slow startup might have caused a connection timeout before the test can even start. 2. Explicitly disconnect the first connection to remove confusion about which connection aborts from timeout, causing test failure.
		
			
				
	
	
		
			21 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| select 0;
 | |
| 0
 | |
| 0
 | |
| flush status;
 | |
| select 1;
 | |
| 1
 | |
| 1
 | |
| select 2;
 | |
| ERROR HY000: MySQL server has gone away
 | |
| select 3;
 | |
| 3
 | |
| 3
 | |
| select 1;
 | |
| 1
 | |
| 1
 | |
| select 2;
 | |
| ERROR HY000: MySQL server has gone away
 | |
| select 3;
 | |
| 3
 | |
| 3
 |