mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Cleanup mman.h includes
As it is included from my_global.h already.
This commit is contained in:
parent
716c748f97
commit
5b2fa078e8
14 changed files with 0 additions and 39 deletions
|
|
@ -964,8 +964,6 @@ extern ulonglong my_getcputime(void);
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
|
||||
#ifndef MAP_NOSYNC
|
||||
#define MAP_NOSYNC 0
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
#include <my_list.h>
|
||||
|
||||
#ifdef HAVE_MLOCK
|
||||
#include <sys/mman.h>
|
||||
|
||||
struct st_mem_list
|
||||
{
|
||||
|
|
|
|||
|
|
@ -157,16 +157,11 @@ extern "C" { // Because of SCO 3.2V4.2
|
|||
|
||||
#include <my_libwrap.h>
|
||||
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WIN__
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SOLARIS_LARGE_PAGES
|
||||
#include <sys/mman.h>
|
||||
#if defined(__sun__) && defined(__GNUC__) && defined(__cplusplus) \
|
||||
&& defined(_XOPEN_SOURCE)
|
||||
extern int getpagesizes(size_t *, int);
|
||||
|
|
|
|||
|
|
@ -329,9 +329,6 @@ TODO list:
|
|||
*/
|
||||
|
||||
#include "mariadb.h" /* NO_EMBEDDED_ACCESS_CHECKS */
|
||||
#if defined(DBUG_OFF) && defined(HAVE_MADVISE)
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include "sql_priv.h"
|
||||
#include "sql_basic_types.h"
|
||||
#include "sql_cache.h"
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ support cross-platform development and expose comonly used SQL names. */
|
|||
#include <sys/stat.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <sys/mman.h> /* mmap() for os0proc.cc */
|
||||
# include <sched.h>
|
||||
# include "my_config.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -129,9 +129,6 @@ InnoDB:
|
|||
#include <string.h> /* strlen(), strrchr(), strncmp() */
|
||||
|
||||
#include "my_global.h" /* needed for headers from mysql/psi/ */
|
||||
#if !defined(DBUG_OFF) && defined(HAVE_MADVISE)
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
/* JAN: TODO: missing 5.7 header */
|
||||
#ifdef HAVE_MYSQL_MEMORY_H
|
||||
|
|
|
|||
|
|
@ -52,9 +52,6 @@
|
|||
#ifdef HAVE_SYS_VADVISE_H
|
||||
#include <sys/vadvise.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
/* Functions defined in this file */
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
|
||||
|
||||
#include "maria_def.h"
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include "ma_blockrec.h"
|
||||
|
||||
static void maria_extra_keyflag(MARIA_HA *info,
|
||||
|
|
|
|||
|
|
@ -1528,9 +1528,6 @@ static uint max_bit(register uint value)
|
|||
/*****************************************************************************
|
||||
Some redefined functions to handle files when we are using memmap
|
||||
*****************************************************************************/
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,6 @@
|
|||
#include <my_getopt.h>
|
||||
#include <my_check_opt.h>
|
||||
#include <my_handler_errors.h>
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
static uint decode_bits;
|
||||
static char **default_argv;
|
||||
|
|
|
|||
|
|
@ -46,9 +46,6 @@
|
|||
#ifdef HAVE_SYS_VADVISE_H
|
||||
#include <sys/vadvise.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include "rt_index.h"
|
||||
#include <mysqld_error.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
|
||||
|
||||
#include "myisamdef.h"
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
static void mi_extra_keyflag(MI_INFO *info, enum ha_extra_function function);
|
||||
|
||||
|
|
|
|||
|
|
@ -1479,9 +1479,6 @@ static uint max_bit(register uint value)
|
|||
/*****************************************************************************
|
||||
Some redefined functions to handle files when we are using memmap
|
||||
*****************************************************************************/
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <my_getopt.h>
|
||||
#include <my_bit.h>
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
static uint decode_bits;
|
||||
static char **default_argv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue