diff options
author | bar@noter.intranet.mysql.r18.ru <> | 2004-09-25 17:20:50 +0500 |
---|---|---|
committer | bar@noter.intranet.mysql.r18.ru <> | 2004-09-25 17:20:50 +0500 |
commit | ef7bdbf4b8efd5d1d293e801939937a26fef6292 (patch) | |
tree | 3439f79ee842a1f36a3d0a9505be5d93a834525c /libmysql | |
parent | 362de9467c9ad0104a2597149dd4d580b1f9f769 (diff) | |
download | mariadb-git-ef7bdbf4b8efd5d1d293e801939937a26fef6292.tar.gz |
Activating the new string->number conversion functions
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 389e8e9ff34..9664fb0abef 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -46,7 +46,7 @@ mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \ ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo \ ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.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 dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo |