summaryrefslogtreecommitdiff
path: root/sql/sql_locale.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r--sql/sql_locale.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc
index dd19807dd6d..60e7abc3fa2 100644
--- a/sql/sql_locale.cc
+++ b/sql/sql_locale.cc
@@ -29,7 +29,7 @@
enum err_msgs_index
{
- en_US= 0, cs_CZ, da_DK, nl_NL, et_EE, fr_FR, de_DE, el_GR, hu_HU, it_IT,
+ en_US= 0, zh_CN, cs_CZ, da_DK, nl_NL, et_EE, fr_FR, de_DE, el_GR, hu_HU, it_IT,
ja_JP, ko_KR, no_NO, nn_NO, pl_PL, pt_PT, ro_RO, ru_RU, sr_RS, sk_SK,
es_ES, sv_SE, uk_UA, hi_IN
} ERR_MSGS_INDEX;
@@ -38,6 +38,7 @@ enum err_msgs_index
MY_LOCALE_ERRMSGS global_errmsgs[]=
{
{"english", NULL},
+ {"chinese", NULL},
{"czech", NULL},
{"danish", NULL},
{"dutch", NULL},
@@ -2095,7 +2096,7 @@ MY_LOCALE my_locale_zh_CN
'.', /* decimal point zh_CN */
',', /* thousands_sep zh_CN */
"\x03", /* grouping zh_CN */
- &global_errmsgs[en_US]
+ &global_errmsgs[zh_CN]
);
/***** LOCALE END zh_CN *****/