Activating the new string->number conversion functions
This commit is contained in:
parent
1325786818
commit
cd1cd0df72
@ -46,7 +46,7 @@ mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \
|
|||||||
ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo \
|
ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo \
|
||||||
ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.lo \
|
ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.lo \
|
||||||
ctype-sjis.lo ctype-tis620.lo ctype-ujis.lo \
|
ctype-sjis.lo ctype-tis620.lo ctype-ujis.lo \
|
||||||
ctype-uca.lo xml.lo
|
ctype-uca.lo xml.lo my_strtoll10.lo
|
||||||
|
|
||||||
mystringsextra= strto.c
|
mystringsextra= strto.c
|
||||||
dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo
|
dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo
|
||||||
|
@ -1286,7 +1286,7 @@ static my_bool my_coll_init_simple(CHARSET_INFO *cs,
|
|||||||
longlong my_strtoll10_8bit(CHARSET_INFO *cs __attribute__((unused)),
|
longlong my_strtoll10_8bit(CHARSET_INFO *cs __attribute__((unused)),
|
||||||
const char *nptr, char **endptr, int *error)
|
const char *nptr, char **endptr, int *error)
|
||||||
{
|
{
|
||||||
return 0; /* my_strtoll10(nptr, endptr, error); */
|
return my_strtoll10(nptr, endptr, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user