~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

Show diffs side-by-side

added added

removed removed

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