summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/feedback_plugin_load.test
blob: 5ad301667b4763de69adbcc168a46d577ff7849f (plain)
1
2
3
4
5
6
7
8
9
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';