From 50ff45156653ad26b849bfc64e92aea7dc283b9d Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Mon, 12 Apr 2010 17:17:37 +0400 Subject: A post-fix patch for WL#4877/WL#5030: Fix tons of warnings about mismatch struct and class usage. --- sql/sql_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_handler.h') 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); -- cgit v1.2.1