We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fde007 commit 726b199Copy full SHA for 726b199
mysql-test/suite/plugins/t/feedback_plugin_load.test
@@ -1,4 +1,8 @@
1
-if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'feedback' and plugin_status='active' and @@feedback_url <> ""`)
+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 = ""`)
6
{
7
--skip Feedback plugin is not active
8
}
0 commit comments