blob: 5cfbe69738490047f833e371d39dd6bfdaebde1b (
plain)
1
2
3
4
5
6
7
|
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'locales' and plugin_status='active'`)
{
--skip LOCALES plugin is not active
}
select * from information_schema.locales;
|