diff options
author | unknown <bar@noter.intranet.mysql.r18.ru> | 2004-09-25 15:29:33 +0500 |
---|---|---|
committer | unknown <bar@noter.intranet.mysql.r18.ru> | 2004-09-25 15:29:33 +0500 |
commit | 8025aaaae50207616308215e24c5e37340ff8e04 (patch) | |
tree | 9403ba9745ae3bb3e45523fd3c5dcce277710279 /strings/ctype-big5.c | |
parent | 07a74ec221a9e2a50144829667644aa5caeabaf7 (diff) | |
download | mariadb-git-8025aaaae50207616308215e24c5e37340ff8e04.tar.gz |
Incorporating new faster string->number converter functions
into MY_CHARSET_INFO structure.
Diffstat (limited to 'strings/ctype-big5.c')
-rw-r--r-- | strings/ctype-big5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-big5.c b/strings/ctype-big5.c index a7226c10ce3..8345c53202c 100644 --- a/strings/ctype-big5.c +++ b/strings/ctype-big5.c @@ -6306,6 +6306,7 @@ static MY_CHARSET_HANDLER my_charset_big5_handler= my_strntoll_8bit, my_strntoull_8bit, my_strntod_8bit, + my_strtoll10_8bit, my_scan_8bit }; |