mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +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;
 |