Commit aa4077f6 authored by unknown's avatar unknown

fixes for inline bit functions

parent fda62993
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "mysql_priv.h" #include "mysql_priv.h"
#include <m_ctype.h> #include <m_ctype.h>
#include <myisampack.h> #include <myisampack.h>
#include <my_bit.h>
#include "ha_maria.h" #include "ha_maria.h"
#ifndef MASTER #ifndef MASTER
#include "../srclib/maria/maria_def.h" #include "../srclib/maria/maria_def.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "ma_ftdefs.h" #include "ma_ftdefs.h"
#include "ma_sp_defs.h" #include "ma_sp_defs.h"
#include <my_bit.h>
#if defined(MSDOS) || defined(__WIN__) #if defined(MSDOS) || defined(__WIN__)
#ifdef __WIN__ #ifdef __WIN__
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#endif #endif
#include "maria_def.h" #include "maria_def.h"
#include <m_ctype.h> #include <m_ctype.h>
#include <my_bit.h>
#define STANDARD_LENGTH 37 #define STANDARD_LENGTH 37
#define MARIA_KEYS 6 #define MARIA_KEYS 6
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "ma_fulltext.h" #include "ma_fulltext.h"
#include <myisamchk.h> #include <myisamchk.h>
#include <my_bit.h>
#include <m_ctype.h> #include <m_ctype.h>
#include <stdarg.h> #include <stdarg.h>
#include <my_getopt.h> #include <my_getopt.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment