diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-10-16 00:53:21 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-10-16 00:53:21 +0400 |
commit | c8a83977d500a4db6024e66ee99c16690965f3bc (patch) | |
tree | 9c75d70e687ff8880f74bfdc6ae4c5798192fcdb /libmysql/Makefile.shared | |
parent | 9b41c7532d18b04d2f430932ad916886c77fbff6 (diff) | |
download | mariadb-git-c8a83977d500a4db6024e66ee99c16690965f3bc.tar.gz |
Backport of:
---------------------------------------------------------------------
revno: 2476.980.1
committer: msvensson@pilot.mysql.com
timestamp: Wed 2007-10-31 18:17:54 +0100
message:
Bug#31954 Remove undocumented mysql_manager_* C API functions and
mysqlmanager (old)
- Remove the mysql_manager* functions, struct and defines
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 eb4fd75ed11..acc709bfb89 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -31,7 +31,7 @@ pkglib_LTLIBRARIES = $(target) noinst_PROGRAMS = conf_to_src -target_sources = libmysql.c password.c manager.c \ +target_sources = libmysql.c password.c \ get_password.c errmsg.c mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \ |