You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (`SELECT (sys.version_major(), sys.version_minor()) != (10, 6)`)
 | 
						|
{
 | 
						|
    skip This test works only with 10.6;
 | 
						|
}
 |