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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user