mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --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');
 |