mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Text
		
	
	
	
	
	
--source include/not_windows_embedded.inc
 | 
						|
--source include/have_example_plugin.inc
 | 
						|
 | 
						|
--error ER_PLUGIN_IS_PERMANENT
 | 
						|
UNINSTALL PLUGIN example;
 | 
						|
 | 
						|
SELECT PLUGIN_NAME, PLUGIN_STATUS, LOAD_OPTION FROM INFORMATION_SCHEMA.PLUGINS
 | 
						|
WHERE PLUGIN_NAME IN ('MyISAM', 'EXAMPLE');
 |