summaryrefslogtreecommitdiff
path: root/sql/sql_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_handler.h')
-rw-r--r--sql/sql_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.h b/sql/sql_handler.h
index d4a528d0bd0..8666d5a8d7b 100644
--- a/sql/sql_handler.h
+++ b/sql/sql_handler.h
@@ -21,7 +21,7 @@
#include "sql_list.h" /* List */
class THD;
-class TABLE_LIST;
+struct TABLE_LIST;
bool mysql_ha_open(THD *thd, TABLE_LIST *tables, bool reopen);
bool mysql_ha_close(THD *thd, TABLE_LIST *tables);