diff options
author | konstantin@mysql.com <> | 2004-11-17 13:45:05 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-11-17 13:45:05 +0300 |
commit | ed2674d0a7e950c7135a378ed4b50cb212653ef9 (patch) | |
tree | 84d75efa19cad4622af500d6c979176c8dd1c66b /sql/table.h | |
parent | 0fa5496a18dfe6964384c550286153b406d1a9b8 (diff) | |
download | mariadb-git-ed2674d0a7e950c7135a378ed4b50cb212653ef9.tar.gz |
Fix warnings and compilation failures (Windows).
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index db3ce638842..26c232ea39b 100644 --- a/sql/table.h +++ b/sql/table.h @@ -274,7 +274,7 @@ typedef struct st_schema_table #define VIEW_CHECK_SKIP 2 struct st_lex; -struct select_union; +class select_union; typedef struct st_table_list { |