1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

euc_kr, koi8_r and koi8_u have been renamed so that now

all charset names don't have "_" sign.
This commit is contained in:
unknown
2003-01-09 17:39:02 +04:00
parent 90bf0f9735
commit 49fc3a76e0
5 changed files with 23 additions and 23 deletions

View File

@ -3399,8 +3399,8 @@ static CHARSET_INFO compiled_charsets[] = {
{
7, /* number */
MY_CS_COMPILED, /* state */
"koi8_r", /* cs name */
"koi8_r", /* name */
"koi8r", /* cs name */
"koi8r", /* name */
"", /* comment */
ctype_koi8_ru,
to_lower_koi8_ru,
@ -3444,8 +3444,8 @@ static CHARSET_INFO compiled_charsets[] = {
{
22, /* number */
MY_CS_COMPILED, /* state */
"koi8_u", /* cs name */
"koi8_u", /* name */
"koi8u", /* cs name */
"koi8u", /* name */
"", /* comment */
ctype_koi8_ukr,
to_lower_koi8_ukr,