diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-04-12 17:17:37 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-04-12 17:17:37 +0400 |
commit | 60333fbec9254056741a17d175611ca6eaebd1dd (patch) | |
tree | 07de8752c2b89e5dc9eb4362f9e6cf8c0ef82713 /sql/sql_update.h | |
parent | bbf97ab183de9216bc2010d7777e0c45e68fef18 (diff) | |
download | mariadb-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_update.h')
-rw-r--r-- | sql/sql_update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.h b/sql/sql_update.h index e5a0ca5c627..6bf022a171c 100644 --- a/sql/sql_update.h +++ b/sql/sql_update.h @@ -19,7 +19,7 @@ #include "sql_class.h" /* enum_duplicates */ class Item; -class TABLE_LIST; +struct TABLE_LIST; class THD; typedef class st_select_lex SELECT_LEX; |