1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix for --open-files-limit and broken query_cache_merge.test

This commit is contained in:
serg@serg.mylan
2004-02-20 23:42:06 +01:00
parent 49429da988
commit fc16e4ded3
3 changed files with 5 additions and 7 deletions

View File

@ -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