mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Preparing to use better string-to-number functions to avoid c_ptr() call,
wich is slower and is not ucs2 compatible
This commit is contained in:
parent
5d292d622c
commit
61141a30ee
17 changed files with 231 additions and 230 deletions
|
|
@ -719,11 +719,11 @@ CHARSET_INFO my_charset_tis620 =
|
|||
my_hash_sort_simple,
|
||||
0,
|
||||
my_snprintf_8bit,
|
||||
my_strtol_8bit,
|
||||
my_strtoul_8bit,
|
||||
my_strtoll_8bit,
|
||||
my_strtoull_8bit,
|
||||
my_strtod_8bit
|
||||
my_strntol_8bit,
|
||||
my_strntoul_8bit,
|
||||
my_strntoll_8bit,
|
||||
my_strntoull_8bit,
|
||||
my_strntod_8bit
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue