mariadb/mysql-test/suite/plugins/t/locales.test
Sergei Golubchik e8ab897fca MDEV-4617 PLUGINS - Show internal Locales in I_S
INFORMATION_SCHEMA.LOCALES plugin.
Contribution by Roberto Spadim
2013-06-24 20:56:30 +02:00

7 lines
202 B
Text

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;