mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
fixes for inline bit functions
This commit is contained in:
parent
161f79aefa
commit
d1a8a2c734
4 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "mysql_priv.h"
|
||||
#include <m_ctype.h>
|
||||
#include <myisampack.h>
|
||||
#include <my_bit.h>
|
||||
#include "ha_maria.h"
|
||||
#ifndef MASTER
|
||||
#include "../srclib/maria/maria_def.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "ma_ftdefs.h"
|
||||
#include "ma_sp_defs.h"
|
||||
#include <my_bit.h>
|
||||
|
||||
#if defined(MSDOS) || defined(__WIN__)
|
||||
#ifdef __WIN__
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#endif
|
||||
#include "maria_def.h"
|
||||
#include <m_ctype.h>
|
||||
#include <my_bit.h>
|
||||
|
||||
#define STANDARD_LENGTH 37
|
||||
#define MARIA_KEYS 6
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "ma_fulltext.h"
|
||||
#include <myisamchk.h>
|
||||
#include <my_bit.h>
|
||||
#include <m_ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <my_getopt.h>
|
||||
|
|
Loading…
Reference in a new issue