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:
3
mysql-test/suite/plugins/t/locales.opt
Normal file
3
mysql-test/suite/plugins/t/locales.opt
Normal file
@@ -0,0 +1,3 @@
|
||||
--loose-locale
|
||||
--plugin-load=$LOCALES_SO
|
||||
|
7
mysql-test/suite/plugins/t/locales.test
Normal file
7
mysql-test/suite/plugins/t/locales.test
Normal 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;
|
||||
|
Reference in New Issue
Block a user