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/t/variables.test | |
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/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index 65109516681..e7e621081d6 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -549,11 +549,11 @@ set lc_time_names=NULL; set lc_time_names=-1; select @@lc_time_names; --echo LC_TIME_NAMES: testing locale with the last ID: -set lc_time_names=109; +set lc_time_names=110; select @@lc_time_names; --echo LC_TIME_NAMES: testing a number beyond the valid ID range: --error ER_UNKNOWN_LOCALE -set lc_time_names=110; +set lc_time_names=111; select @@lc_time_names; --echo LC_TIME_NAMES: testing that 0 is en_US: set lc_time_names=0; |