diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2014-04-24 10:30:13 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2014-04-24 10:30:13 +0400 |
commit | 4c56dfe95b3ffd0447553100adef4f19242a17a1 (patch) | |
tree | 6962d5daacbd8f6619b2b96d92d3d79d8263dbf0 /mysql-test/r/variables.result | |
parent | 010971a761c0dd0435d05d1e8b81ebeadadd9b3c (diff) | |
download | mariadb-git-4c56dfe95b3ffd0447553100adef4f19242a17a1.tar.gz |
MDEV-5851 MySQL WL#5303 Romansh locale for DAYNAME, MONTHNAME, DATE_FORMAT
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index eb896082810..2ba64ed3003 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -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; +set lc_time_names=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=110; -ERROR HY000: Unknown locale: '110' +set lc_time_names=111; +ERROR HY000: Unknown locale: '111' select @@lc_time_names; @@lc_time_names -el_GR +rm_CH LC_TIME_NAMES: testing that 0 is en_US: set lc_time_names=0; select @@lc_time_names; |