summaryrefslogtreecommitdiff
path: root/mysql-test/t/feedback_plugin_load.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/feedback_plugin_load.test')
-rw-r--r--mysql-test/t/feedback_plugin_load.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/t/feedback_plugin_load.test b/mysql-test/t/feedback_plugin_load.test
new file mode 100644
index 00000000000..5ad301667b4
--- /dev/null
+++ b/mysql-test/t/feedback_plugin_load.test
@@ -0,0 +1,10 @@
+if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'feedback' and plugin_status='active'`)
+{
+ --skip Feedback plugin is not active
+}
+
+select plugin_status from information_schema.plugins where plugin_name='feedback';
+--replace_result https http
+--sorted_result
+select * from information_schema.feedback where variable_name like 'feed%'
+ and variable_name not like '%_uid';