mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
MDEV-5851 MySQL WL#5303 Romansh locale for DAYNAME, MONTHNAME, DATE_FORMAT
This commit is contained in:
parent
010971a761
commit
4c56dfe95b
8 changed files with 239 additions and 9 deletions
|
|
@ -801,16 +801,16 @@ select @@lc_time_names;
|
|||
@@lc_time_names
|
||||
en_US
|
||||
LC_TIME_NAMES: testing locale with the last ID:
|
||||
set lc_time_names=109;
|
||||
select @@lc_time_names;
|
||||
@@lc_time_names
|
||||
el_GR
|
||||
LC_TIME_NAMES: testing a number beyond the valid ID range:
|
||||
set lc_time_names=110;
|
||||
ERROR HY000: Unknown locale: '110'
|
||||
select @@lc_time_names;
|
||||
@@lc_time_names
|
||||
el_GR
|
||||
rm_CH
|
||||
LC_TIME_NAMES: testing a number beyond the valid ID range:
|
||||
set lc_time_names=111;
|
||||
ERROR HY000: Unknown locale: '111'
|
||||
select @@lc_time_names;
|
||||
@@lc_time_names
|
||||
rm_CH
|
||||
LC_TIME_NAMES: testing that 0 is en_US:
|
||||
set lc_time_names=0;
|
||||
select @@lc_time_names;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue