~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-06 19:13:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: brian@tangent.org-20110106191350-th0vcnj36xlrlnzw
Move the syntax for creation to what the standard has.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1381
1381
    destination.append(" TIMESTAMP",  10);
1382
1382
    break;
1383
1383
  case Table::Field::MICROTIME:
1384
 
    destination.append(" MICROSECOND TIMESTAMP",  22);
 
1384
    destination.append(" TIMESTAMP(6)");
1385
1385
    break;
1386
1386
  case Table::Field::DATETIME:
1387
1387
    destination.append(" DATETIME",  9);