~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/statement_transform.cc

  • Committer: Brian Aker
  • Date: 2011-01-04 06:04:30 UTC
  • mto: (2057.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: brian@tangent.org-20110104060430-arffzxxmxhhtiy23
Basic support added for microstamp as alias to epoch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1374
1374
    destination.append(" TIMESTAMP",  10);
1375
1375
    break;
1376
1376
  case Table::Field::MICROTIME:
1377
 
    destination.append(" MICROTIME",  10);
 
1377
    destination.append(" MICROSECOND TIMESTAMP",  21);
1378
1378
    break;
1379
1379
  case Table::Field::DATETIME:
1380
1380
    destination.append(" DATETIME",  9);