mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
e8ab897fca
INFORMATION_SCHEMA.LOCALES plugin. Contribution by Roberto Spadim
7 lines
202 B
Text
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;
|
|
|