mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
#
 | 
						|
# suite.pm will make sure that all tests including this file
 | 
						|
# will be skipped unless this is an embedded test run
 | 
						|
#
 | 
						|
# The test below is redundant
 | 
						|
 | 
						|
if (`select version() like '%embedded%'`) {
 | 
						|
  This should never happen;
 | 
						|
}
 | 
						|
 |