diff options
author | monty@hundin.mysql.fi <> | 2002-05-16 16:32:51 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-05-16 16:32:51 +0300 |
commit | 353fb57b741ee01054a0f2a9eb83c44d0bc4dcd2 (patch) | |
tree | 145820cb9685468167f09ba07a59a1f61ca640cf /libmysql/Makefile.shared | |
parent | 14b55bcc72554f3f356df4e7b1d8e7c8244de959 (diff) | |
download | mariadb-git-353fb57b741ee01054a0f2a9eb83c44d0bc4dcd2.tar.gz |
New my_gethostbyname_r() handling
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
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 e9e100e38b1..76d37c149c9 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -56,7 +56,7 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ thr_mutex.lo mulalloc.lo string.lo default.lo \ my_compress.lo array.lo my_once.lo list.lo my_net.lo \ charset.lo hash.lo mf_iocache.lo my_seek.lo \ - my_pread.lo mf_cache.lo + my_pread.lo mf_cache.lo my_gethostbyname.lo # Not needed in the minimum library mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo mysysobjects = $(mysysobjects1) $(mysysobjects2) |