Skip to content

Commit 726b199

Browse files
committed
Fixed feedback_plugin_load to work with staticly loaded plugin
1 parent 6fde007 commit 726b199

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mysql-test/suite/plugins/t/feedback_plugin_load.test

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'feedback' and plugin_status='active' and @@feedback_url <> ""`)
1+
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'feedback' and plugin_status='active'`)
2+
{
3+
--skip Feedback plugin is not active
4+
}
5+
if (`select @@feedback_url = ""`)
26
{
37
--skip Feedback plugin is not active
48
}

0 commit comments

Comments
 (0)