summaryrefslogtreecommitdiff
path: root/sql/sql_profile.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-04-12 17:17:37 +0400
committerAlexander Nozdrin <alik@sun.com>2010-04-12 17:17:37 +0400
commit60333fbec9254056741a17d175611ca6eaebd1dd (patch)
tree07de8752c2b89e5dc9eb4362f9e6cf8c0ef82713 /sql/sql_profile.h
parentbbf97ab183de9216bc2010d7777e0c45e68fef18 (diff)
downloadmariadb-git-60333fbec9254056741a17d175611ca6eaebd1dd.tar.gz
A post-fix patch for WL#4877/WL#5030:
Fix tons of warnings about mismatch struct and class usage.
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r--sql/sql_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h
index 151dd43c58a..ff16a2da19b 100644
--- a/sql/sql_profile.h
+++ b/sql/sql_profile.h
@@ -17,7 +17,7 @@
#define _SQL_PROFILE_H
class Item;
-class TABLE_LIST;
+struct TABLE_LIST;
class THD;
typedef struct st_field_info ST_FIELD_INFO;
typedef struct st_schema_table ST_SCHEMA_TABLE;