~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

  • Committer: Brian Aker
  • Date: 2008-07-28 03:45:43 UTC
  • mfrom: (212.1.8 codestyle)
  • Revision ID: brian@tangent.org-20080728034543-qulvxdig8powjsj1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                  TABLE_SHARE *share, CHARSET_INFO *cs);
32
32
  Field_timestamp(bool maybe_null_arg, const char *field_name_arg,
33
33
                  CHARSET_INFO *cs);
34
 
  enum_field_types type() const { return MYSQL_TYPE_TIMESTAMP;}
 
34
  enum_field_types type() const { return DRIZZLE_TYPE_TIMESTAMP;}
35
35
  enum ha_base_keytype key_type() const { return HA_KEYTYPE_ULONG_INT; }
36
36
  enum Item_result cmp_type () const { return INT_RESULT; }
37
37
  int  store(const char *to,uint length,CHARSET_INFO *charset);