mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 8a2b4d531d
			
		
	
	
	8a2b4d531d
	
	
	
		
			
			The check-testcase record uses a mysqltest connection to the database to do the recording. With the server configured as an abstract socket, the mysqltest client cannot connect and fails. We work around this by starting the server as normal and then restart with an abstract socket and test this. This didn't affect Windows as it just did a tcp connection. So this did affect all unix socket based systems except Linux as this was the only one that supported abstract sockets.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/linux.inc
 | |
| --source include/not_embedded.inc
 | |
| 
 | |
| let $restart_parameters=--socket=$ABSTRACT_SOCKET
 | |
| --source include/kill_mysqld.inc
 | |
| --source include/start_mysqld.inc
 | |
| 
 | |
| connect(con1,localhost,root,,test,,$ABSTRACT_SOCKET);
 | |
| select 1;
 |