mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	Patch backported: bzr diff '-rrevid:alfranio.correia@oracle.com-20101121143257-se3vpqus73l4mum0 ..revid:luis.soares@oracle.com-20101124111752-9b8260bd1qak87hr' --old=lp:mysql-server --new=lp:mysql-server
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (`select variable_value not like 'NONE' from information_schema.GLOBAL_VARIABLES
 | 
						|
       where variable_name='binlog_checksum'`){
 | 
						|
   skip Can not run the test when server activated checksumming;
 | 
						|
}
 |