~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.h

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_datetime :public Field_str {
27
27
public:
 
28
 
 
29
  using Field::store;
 
30
  using Field::val_int;
 
31
  using Field::val_str;
 
32
  using Field::cmp;
 
33
 
28
34
  Field_datetime(unsigned char *ptr_arg, unsigned char *null_ptr_arg,
29
35
                 unsigned char null_bit_arg,
30
36
                 enum utype unireg_check_arg, const char *field_name_arg,