summaryrefslogtreecommitdiff
path: root/strings/ctype-ujis.c
diff options
context:
space:
mode:
authorunknown <bar@noter.intranet.mysql.r18.ru>2004-09-25 15:29:33 +0500
committerunknown <bar@noter.intranet.mysql.r18.ru>2004-09-25 15:29:33 +0500
commit8025aaaae50207616308215e24c5e37340ff8e04 (patch)
tree9403ba9745ae3bb3e45523fd3c5dcce277710279 /strings/ctype-ujis.c
parent07a74ec221a9e2a50144829667644aa5caeabaf7 (diff)
downloadmariadb-git-8025aaaae50207616308215e24c5e37340ff8e04.tar.gz
Incorporating new faster string->number converter functions
into MY_CHARSET_INFO structure.
Diffstat (limited to 'strings/ctype-ujis.c')
-rw-r--r--strings/ctype-ujis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c
index 514f28275ca..94673a20795 100644
--- a/strings/ctype-ujis.c
+++ b/strings/ctype-ujis.c
@@ -8493,6 +8493,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
my_strntoll_8bit,
my_strntoull_8bit,
my_strntod_8bit,
+ my_strtoll10_8bit,
my_scan_8bit
};