~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/year.h

MergedĀ fromĀ PatG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    :Field_tiny(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,
32
32
                unireg_check_arg, field_name_arg, 1, 1)
33
33
    {}
34
 
  enum_field_types type() const { return FIELD_TYPE_YEAR;}
 
34
  enum_field_types type() const { return DRIZZLE_TYPE_YEAR;}
35
35
  int  store(const char *to,uint length,CHARSET_INFO *charset);
36
36
  int  store(double nr);
37
37
  int  store(int64_t nr, bool unsigned_val);