mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -29,13 +29,15 @@
|
||||
#include <thr_alarm.h>
|
||||
#include "sql_connect.h"
|
||||
#include "thread_cache.h"
|
||||
#if defined(HAVE_MALLINFO) && defined(HAVE_MALLOC_H)
|
||||
#if defined(HAVE_MALLINFO) || defined(HAVE_MALLINFO2)
|
||||
#if defined(HAVE_MALLOC_H)
|
||||
#include <malloc.h>
|
||||
#elif defined(HAVE_MALLINFO) && defined(HAVE_SYS_MALLOC_H)
|
||||
#elif defined(HAVE_SYS_MALLOC_H)
|
||||
#include <sys/malloc.h>
|
||||
#elif defined(HAVE_MALLOC_ZONE)
|
||||
#include <malloc/malloc.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EVENT_SCHEDULER
|
||||
#include "events.h"
|
||||
|
Reference in New Issue
Block a user