mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
fix for --open-files-limit and broken query_cache_merge.test
This commit is contained in:
@@ -19,10 +19,6 @@
|
||||
#include "mysys_err.h"
|
||||
#include <m_string.h>
|
||||
#include <m_ctype.h>
|
||||
#ifdef HAVE_GETRUSAGE
|
||||
#include <sys/resource.h>
|
||||
/* extern int getrusage(int, struct rusage *); */
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#ifdef VMS
|
||||
#include <my_static.c>
|
||||
|
@@ -21,6 +21,10 @@
|
||||
#include "system_wrappers.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GETRUSAGE
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
#ifdef THREAD
|
||||
#include <my_pthread.h>
|
||||
extern pthread_mutex_t THR_LOCK_malloc, THR_LOCK_open, THR_LOCK_keycache;
|
||||
@@ -29,3 +33,4 @@ extern pthread_mutex_t THR_LOCK_charset;
|
||||
#else
|
||||
#include <my_no_pthread.h>
|
||||
#endif
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user