1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-30621: Türkiye is the correct current country naming

As requested to the UN the country formerly known as Turkey is
to be refered to as Türkiye.

Reviewer: Alexander Barkov
This commit is contained in:
Daniel Black
2023-02-09 12:49:17 +11:00
parent eecd4f1459
commit cacea31687
3 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@ if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'lo
{
--skip LOCALES plugin is not active
}
SET names utf8;
select * from information_schema.locales;
show locales;