~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:25:51 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130072551-thijy3k5soeggfhr
More fixes. Turned warnings=errors off for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_date :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_date(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,