mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	The problem is the test is skipped after sourcing include/master-slave.inc. This leaves the slave threads running after the test is skipped, causing a following test to fail during rpl setup. Also rename have_normal_bzip.inc to the more appropriate _zlib. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
--source include/have_compress.inc
 | 
						|
 | 
						|
# Test that the system is using the default/standard zlib library.
 | 
						|
# If not, we have to skip the test as the compression lengths displayed
 | 
						|
# in the test will not match the results from used compression library.
 | 
						|
 | 
						|
if (`select length(COMPRESS(space(5000))) != 33`) {
 | 
						|
   skip Test skipped as standard zlib is needed;
 | 
						|
}
 |