summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins/t/locales.test
blob: 2b4d56433d93143af321f664c5766c84de29cec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'locales' and plugin_status='active'`)
{
  --skip LOCALES plugin is not active
}
SET names utf8;

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;