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.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/plugin_load_option.test b/mysql-test/t/plugin_load_option.test
deleted file mode 100644
index e49b693b5be..00000000000
--- a/mysql-test/t/plugin_load_option.test
+++ /dev/null
@@ -1,8 +0,0 @@
---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');