~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Brian Aker
  • Date: 2009-03-01 03:29:52 UTC
  • mfrom: (907.1.6 trunk-with-temporal)
  • Revision ID: brian@tangent.org-20090301032952-y210opnqxsfyhcla
Merge Jay's temporal

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
    case DRIZZLE_TYPE_LONGLONG:
439
439
      attribute->set_type(drizzle::Table::Field::BIGINT);
440
440
      break;
441
 
    case DRIZZLE_TYPE_TIME:
442
 
      attribute->set_type(drizzle::Table::Field::TIME);
443
 
      break;
444
441
    case DRIZZLE_TYPE_DATETIME:
445
442
      attribute->set_type(drizzle::Table::Field::DATETIME);
446
443
      break;