21
21
#ifndef DRIZZLE_SERVER_FIELD_NULL
22
22
#define DRIZZLE_SERVER_FIELD_NULL
30
28
class Field_null :public Field_str {
31
29
static unsigned char null[1];
38
31
Field_null(unsigned char *ptr_arg, uint32_t len_arg,
39
32
enum utype unireg_check_arg, const char *field_name_arg,
40
33
const CHARSET_INFO * const cs)