diff options
Diffstat (limited to 'storage/heap/ha_heap.cc')
-rw-r--r-- | storage/heap/ha_heap.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/heap/ha_heap.cc b/storage/heap/ha_heap.cc index 4d01b9fd1c9..3abffc7087f 100644 --- a/storage/heap/ha_heap.cc +++ b/storage/heap/ha_heap.cc @@ -19,11 +19,12 @@ #endif #define MYSQL_SERVER 1 -#include "mysql_priv.h" +#include "sql_priv.h" #include "probes_mysql.h" -#include <mysql/plugin.h> +#include "sql_plugin.h" #include "ha_heap.h" #include "heapdef.h" +#include "sql_base.h" // enum_tdc_remove_table_type static handler *heap_create_handler(handlerton *hton, TABLE_SHARE *table, |