mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
--source include/have_example_plugin.inc
 | 
						|
 | 
						|
# test for --plugin_maturity
 | 
						|
--replace_regex /\.dll/.so/
 | 
						|
--error 1126
 | 
						|
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
 | 
						|
 | 
						|
--replace_regex /\.dll/.so/
 | 
						|
--error 1126
 | 
						|
eval INSTALL SONAME '$HA_EXAMPLE_SO';
 | 
						|
--replace_regex /\.dll/.so/
 | 
						|
show warnings;
 |