mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
#
 | 
						|
# Whether server supports dynamic loading.
 | 
						|
#
 | 
						|
if (`SELECT @@have_dynamic_loading != 'YES'`) {
 | 
						|
  --skip The test requires dynamic loading
 | 
						|
}
 | 
						|
disable_query_log;
 | 
						|
show variables like 'have_dynamic_loading';
 | 
						|
enable_query_log;
 |