~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.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:
357
357
    case DRIZZLE_TYPE_DATETIME:
358
358
      length= DateTime::MAX_STRING_LENGTH;
359
359
      break;
 
360
    case DRIZZLE_TYPE_TIME:
 
361
      length= DateTime::MAX_STRING_LENGTH;
 
362
      break;
360
363
    case DRIZZLE_TYPE_ENUM:
361
364
      {
362
365
        /* Should be safe. */