diff options
author | unknown <serg@serg.mylan> | 2004-02-20 23:42:06 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-20 23:42:06 +0100 |
commit | e8ae2f52668280acacfeae2cd78348361bf1c539 (patch) | |
tree | 5a9e5e65b87b27e63886ec475aa17b69a7aabae9 /sql/hostname.cc | |
parent | de264ea443fc84e6d99997d0b5d7c18923b36faf (diff) | |
download | mariadb-git-e8ae2f52668280acacfeae2cd78348361bf1c539.tar.gz |
fix for --open-files-limit and broken query_cache_merge.test
mysys/my_init.c:
#include moved to mysys_priv.h
mysys/mysys_priv.h:
#include moved to mysys_priv.h
sql/hostname.cc:
removed unnecessary #include
Diffstat (limited to 'sql/hostname.cc')
-rw-r--r-- | sql/hostname.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/hostname.cc b/sql/hostname.cc index c9cb2a43963..c74d230bbcb 100644 --- a/sql/hostname.cc +++ b/sql/hostname.cc @@ -27,9 +27,6 @@ extern "C" { // Because of SCO 3.2V4.2 #endif #if !defined( __WIN__) && !defined(OS2) -#if !defined(__NETWARE__) -#include <sys/resource.h> -#endif /* __NETWARE__ */ #ifdef HAVE_SYS_UN_H #include <sys/un.h> #endif |