summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/locales.test
blob: a3afe75046fadee8b7b485165324272f84ac8b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
show locales;
--error ER_PARSE_ERROR
show locales like '%spanish%';
show locales where description like '%spanish%';
--error ER_PARSE_ERROR
flush locales;