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