diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 41bac077e3b..5b87420134c 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -28,6 +28,7 @@ #include "unireg.h" #include "rpl_handler.h" #include "sql_cache.h" // query_cache, query_cache_* +#include "sql_connect.h" // global_table_stats #include "key.h" // key_copy, key_unpack, key_cmp_if_same, key_cmp #include "sql_table.h" // build_table_filename #include "sql_parse.h" // check_stack_overrun |