diff options
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/item.h b/sql/item.h index 6ca61d21467..2b719840357 100644 --- a/sql/item.h +++ b/sql/item.h @@ -463,11 +463,7 @@ public: longlong val_int(); String *val_str(String *sp); my_decimal *val_decimal(my_decimal *); -#ifdef __WIN__ bool is_null(); -#else - inline bool is_null(); -#endif void print(String *str); inline void make_field(Send_field *field) |