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:
bar@bar.mysql.r18.ru 2002-11-27 15:47:39 +04:00
commit 61141a30ee
17 changed files with 231 additions and 230 deletions

View file

@ -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
};