mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-30789: Add Georgian error messages and locale
Test case and minor fixes by Daniel Black Reviewer: Alexander Barkov
This commit is contained in:
committed by
Daniel Black
parent
b56c613e2d
commit
6b8370a90f
@ -538,12 +538,13 @@ set lc_time_names=NULL;
|
||||
--error ER_UNKNOWN_LOCALE
|
||||
set lc_time_names=-1;
|
||||
select @@lc_time_names;
|
||||
# note same boundary condition tests in sys_vars.lc_time_names_basic
|
||||
--echo LC_TIME_NAMES: testing locale with the last ID:
|
||||
set lc_time_names=110;
|
||||
set lc_time_names=111;
|
||||
select @@lc_time_names;
|
||||
--echo LC_TIME_NAMES: testing a number beyond the valid ID range:
|
||||
--error ER_UNKNOWN_LOCALE
|
||||
set lc_time_names=111;
|
||||
set lc_time_names=112;
|
||||
select @@lc_time_names;
|
||||
--echo LC_TIME_NAMES: testing that 0 is en_US:
|
||||
set lc_time_names=0;
|
||||
|
Reference in New Issue
Block a user