diff options
author | unknown <konstantin@mysql.com> | 2004-11-17 13:45:05 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-11-17 13:45:05 +0300 |
commit | 7cd9cc1bfc4426f15f79121b8eebf0947aea7cc6 (patch) | |
tree | 84d75efa19cad4622af500d6c979176c8dd1c66b /sql/table.h | |
parent | 163d8b27aaf0a18df6583cac58930a84eb70ebbc (diff) | |
download | mariadb-git-7cd9cc1bfc4426f15f79121b8eebf0947aea7cc6.tar.gz |
Fix warnings and compilation failures (Windows).
sql/field.cc:
Fix warning.
sql/item_func.cc:
Fix Windows compilation failure.
sql/opt_range.cc:
Fix warnings and errors (Windows)
sql/sp_pcontext.h:
Fix warning (Windows).
sql/table.h:
Fix warning (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 { |