1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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:
Ekaterine Papava
2023-03-06 11:04:48 +01:00
committed by Daniel Black
parent b56c613e2d
commit 6b8370a90f
8 changed files with 91 additions and 11 deletions

View File

@ -181,3 +181,18 @@ select date_format('2001-10-01', '%c %b %M', 'rm_CH');
select date_format('2001-12-01', '%c %b %M', 'rm_CH');
select date_format('2001-01-06', '%w %a %W', 'de_CH');
select date_format('2001-09-01', '%c %b %M', 'de_CH');
--echo #
--echo # MDEV-30789 Add Georgian error messages and locale
--echo #
SET lc_messages=ka_GE;
--error ER_BAD_FIELD_ERROR
SELECT x;
SET lc_messages=DEFAULT;
--echo #
--echo # End of 10.11 tests
--echo #