summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_plugin_auth.inc
blob: daa5f5114e8fea6bba7c55af23df867d3d5e6074 (plain)
1
2
3
4
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'test_plugin_server' and plugin_status='active'`)
{
  --skip Needs auth_test_plugin
}