31
31
const char *field_name_arg,
32
32
uint8_t dec_arg, bool zero_arg, bool unsigned_arg);
33
33
Item_result result_type () const { return REAL_RESULT; }
35
35
void make_field(Send_field *);
36
36
uint32_t decimals() const { return (uint32_t) dec; }
37
37
uint32_t size_of() const { return sizeof(*this); }
38
38
bool eq_def(Field *field);
39
39
int store_decimal(const my_decimal *);
40
40
my_decimal *val_decimal(my_decimal *);
42
42
int check_int(const CHARSET_INFO * const cs, const char *str, int length,
43
43
const char *int_end, int error);
44
44
bool get_int(const CHARSET_INFO * const cs, const char *from, uint32_t len,