diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-06-15 13:01:35 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-06-15 13:01:35 +0200 |
commit | f835970430402dcc9a587912fe75fad7c352b9ac (patch) | |
tree | a0f50b45fe0ee524eb145420a5ba2b277a1bffe8 /libmysql | |
parent | 4b2aafb35cd2f04d96165100aee22b8836cf950d (diff) | |
download | mariadb-git-f835970430402dcc9a587912fe75fad7c352b9ac.tar.gz |
Cherry-pick revid:psergey@askmonty.org-20090608135546-ut1yrzbah4gdw6e6
from Sergey's table-elimination branch to get a clean Valgrind.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index cbee8673164..62c44510d66 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -46,7 +46,8 @@ 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 my_strtoll10.lo str_alloc.lo + ctype-uca.lo xml.lo my_strtoll10.lo str_alloc.lo \ + strmov_overlapp.lo mystringsextra= strto.c dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo |