~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/field.h

  • Committer: Brian Aker
  • Date: 2008-07-08 16:17:31 UTC
  • Revision ID: brian@tangent.org-20080708161731-io36j7igglok79py
DATE cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
                CHARSET_INFO *cs)
1256
1256
    :Field_str((uchar*) 0,10, maybe_null_arg ? (uchar*) "": 0,0,
1257
1257
               NONE, field_name_arg, cs) {}
1258
 
  enum_field_types type() const { return MYSQL_TYPE_DATE;}
 
1258
  enum_field_types type() const { return MYSQL_TYPE_NEWDATE;}
1259
1259
  enum_field_types real_type() const { return MYSQL_TYPE_NEWDATE; }
1260
1260
  enum ha_base_keytype key_type() const { return HA_KEYTYPE_UINT24; }
1261
1261
  enum Item_result cmp_type () const { return INT_RESULT; }