1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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).
This commit is contained in:
unknown
2004-11-17 13:45:05 +03:00
parent 163d8b27aa
commit 7cd9cc1bfc
5 changed files with 8 additions and 9 deletions

View File

@ -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
{