diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-17 23:24:51 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-17 23:24:51 +0200 |
commit | e4921f2159a279cfba37a9d3fbfa498141e81b69 (patch) | |
tree | d2249b595529e043e6b4cbaed529829ac87aacfb /libmysql/Makefile.shared | |
parent | 11cbe4271c2f931562bdb5f496dcfa6ebd22760f (diff) | |
download | mariadb-git-e4921f2159a279cfba37a9d3fbfa498141e81b69.tar.gz |
Fix after merge
BitKeeper/etc/ignore:
Added libmysqld/sql_do.cc to the ignore list
include/m_string.h:
Fix for purify
libmysql/Makefile.shared:
Fix for purify
libmysqld/Makefile.am:
Fix for purify
sql/sql_handler.cc:
Cleanup
Diffstat (limited to 'libmysql/Makefile.shared')
-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 d661d69a339..934051bb2bf 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -37,7 +37,7 @@ target_sources = libmysql.c net.c password.c manager.c \ mystringsobjects = strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo \ strnlen.lo strfill.lo is_prefix.lo \ int2str.lo str2int.lo strinstr.lo strcont.lo \ - strcend.lo \ + strcend.lo bcmp.lo \ bchange.lo bmove.lo bmove_upp.lo longlong2str.lo \ strtoull.lo strtoll.lo llstr.lo \ ctype.lo $(LTCHARSET_OBJS) |