1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

MDEV-4617 PLUGINS - Show internal Locales in I_S

INFORMATION_SCHEMA.LOCALES plugin.
Contribution by Roberto Spadim
This commit is contained in:
Sergei Golubchik
2013-06-24 20:56:30 +02:00
parent 850c77b72c
commit e8ab897fca
6 changed files with 250 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
--loose-locale
--plugin-load=$LOCALES_SO

View File

@@ -0,0 +1,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;