mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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
@@ -1024,7 +1024,11 @@ SELECT @@lc_time_names;
|
||||
@@lc_time_names
|
||||
rm_CH
|
||||
SET @@lc_time_names = 111;
|
||||
ERROR HY000: Unknown locale: '111'
|
||||
SELECT @@lc_time_names;
|
||||
@@lc_time_names
|
||||
ka_GE
|
||||
SET @@lc_time_names = 112;
|
||||
ERROR HY000: Unknown locale: '112'
|
||||
'#--------------------FN_DYNVARS_060_10-------------------------#'
|
||||
SET @@lc_time_names = en_EN;
|
||||
ERROR HY000: Unknown locale: 'en_EN'
|
||||
|
Reference in New Issue
Block a user