summaryrefslogtreecommitdiff
path: root/mysql-test/t/plugin_load_option.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/plugin_load_option.test')
-rw-r--r--mysql-test/t/plugin_load_option.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/plugin_load_option.test b/mysql-test/t/plugin_load_option.test
index 604be30b561..e49b693b5be 100644
--- a/mysql-test/t/plugin_load_option.test
+++ b/mysql-test/t/plugin_load_option.test
@@ -3,3 +3,6 @@
--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');