mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +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');
|