summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2002-12-11 15:29:23 +0400
committerbar@bar.mysql.r18.ru <>2002-12-11 15:29:23 +0400
commite870df661d9235efebafd9a1b93634ec2092adfd (patch)
treeba38b38961876b080bf86c59f597c7f3d66b5bd6 /strings
parent2204f764ce542b77a5f65743e826317b625cdca1 (diff)
downloadmariadb-git-e870df661d9235efebafd9a1b93634ec2092adfd.tar.gz
Use of new num->str functions
fix in ucs2 charset
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c
index 17cc9a6390e..c32592dafec 100644
--- a/strings/ctype-utf8.c
+++ b/strings/ctype-utf8.c
@@ -3055,8 +3055,8 @@ CHARSET_INFO my_charset_ucs2 =
my_hash_sort_ucs2, /* hash_sort */
0,
my_snprintf_ucs2,
- my_l10tostr_8bit,
- my_ll10tostr_8bit,
+ my_l10tostr_ucs2,
+ my_ll10tostr_ucs2,
my_strntol_ucs2,
my_strntoul_ucs2,
my_strntoll_ucs2,