diff options
author | jani@hynda.mysql.fi <> | 2007-11-26 11:27:01 +0200 |
---|---|---|
committer | jani@hynda.mysql.fi <> | 2007-11-26 11:27:01 +0200 |
commit | 2e034c1e3b2473d045982758f7bfc5ba58c9225b (patch) | |
tree | f6e52bbf6584ae0b2328b268ba417e4c88945e3e /storage/myisam/ha_myisam.cc | |
parent | bf6cf069f151f7a5e2c4e8c66e568ef1240ff756 (diff) | |
parent | d3a0ce08c739c721c3383ba9d36ceb7544e058e3 (diff) | |
download | mariadb-git-2e034c1e3b2473d045982758f7bfc5ba58c9225b.tar.gz |
Merge hynda.mysql.fi:/home/my/mysql-5.1-main
into hynda.mysql.fi:/home/my/mysql-5.1-marvel
Diffstat (limited to 'storage/myisam/ha_myisam.cc')
-rw-r--r-- | storage/myisam/ha_myisam.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/myisam/ha_myisam.cc b/storage/myisam/ha_myisam.cc index ca4c40547ee..f3b18c0630c 100644 --- a/storage/myisam/ha_myisam.cc +++ b/storage/myisam/ha_myisam.cc @@ -22,6 +22,7 @@ #include "mysql_priv.h" #include <mysql/plugin.h> #include <m_ctype.h> +#include <my_bit.h> #include <myisampack.h> #include "ha_myisam.h" #include <stdarg.h> |