~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Brian Aker
  • Date: 2010-12-18 02:08:04 UTC
  • mto: (2015.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2018.
  • Revision ID: brian@tangent.org-20101218020804-mh3lga9uv7jlajwy
Merge in first pass of TIME type (closer to EPOCH time).

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        }
270
270
 
271
271
        if (field_arg->sql_type == DRIZZLE_TYPE_DATE
 
272
            || field_arg->sql_type == DRIZZLE_TYPE_TIME
272
273
            || field_arg->sql_type == DRIZZLE_TYPE_DATETIME
273
274
            || field_arg->sql_type == DRIZZLE_TYPE_TIMESTAMP)
274
275
        {