mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	The test was changing variable wsrep_provider dynamically,
but wsrep_provider was recently made read-only.
followup for ce3a2a688d
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
--disable_query_log
 | 
						|
 | 
						|
--let $galera_have_debug_sync = `SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_debug_sync_waiters'`
 | 
						|
 | 
						|
--if ($galera_have_debug_sync) {
 | 
						|
	--skip Test requires Galera debug library with no debug_sync functionality
 | 
						|
}
 | 
						|
 | 
						|
--enable_query_log
 |