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

View File

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