mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
10 lines
407 B
Text
10 lines
407 B
Text
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';
|