33
33
Field_null(uchar *ptr_arg, uint32_t len_arg,
34
34
enum utype unireg_check_arg, const char *field_name_arg,
36
36
:Field_str(ptr_arg, len_arg, null, 1,
37
37
unireg_check_arg, field_name_arg, cs)
39
39
enum_field_types type() const { return DRIZZLE_TYPE_NULL;}
40
40
int store(const char *to __attribute__((unused)),
41
41
uint length __attribute__((unused)),
44
44
int store(double nr __attribute__((unused)))