mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -50,7 +50,7 @@ typedef struct sp_label
|
||||
char *name;
|
||||
uint ip; // Instruction index
|
||||
int type; // begin/iter or ref/free
|
||||
struct sp_pcontext *ctx; // The label's context
|
||||
sp_pcontext *ctx; // The label's context
|
||||
} sp_label_t;
|
||||
|
||||
typedef struct sp_cond_type
|
||||
|
Reference in New Issue
Block a user