diff options
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index e73dd4b1d09..1d35bfd59ad 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -299,12 +299,8 @@ TODO list: #include <m_ctype.h> #include <my_dir.h> #include <hash.h> -#include "ha_myisammrg.h" -#ifndef MASTER -#include "../srclib/myisammrg/myrg_def.h" -#else +#include "../storage/myisammrg/ha_myisammrg.h" #include "../storage/myisammrg/myrg_def.h" -#endif #ifdef EMBEDDED_LIBRARY #include "emb_qcache.h" |