MDEV-5851 MySQL WL#5303 Romansh locale for DAYNAME, MONTHNAME, DATE_FORMAT

This commit is contained in:
Alexander Barkov 2014-04-24 10:30:13 +04:00
commit 4c56dfe95b
8 changed files with 239 additions and 9 deletions

View file

@ -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;