~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Brian Aker
  • Date: 2011-01-04 04:05:27 UTC
  • mto: (2057.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: brian@tangent.org-20110104040527-w2xglgjmlet2hy1p
First pass on micro timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
        if (field_arg->sql_type == DRIZZLE_TYPE_DATE
300
300
            || field_arg->sql_type == DRIZZLE_TYPE_TIME
301
301
            || field_arg->sql_type == DRIZZLE_TYPE_DATETIME
 
302
            || field_arg->sql_type == DRIZZLE_TYPE_MICROTIME
302
303
            || field_arg->sql_type == DRIZZLE_TYPE_TIMESTAMP)
303
304
        {
304
305
          type::Time ltime;