~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.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:
857
857
      return(1);
858
858
    break;
859
859
  case DRIZZLE_TYPE_DATE:  // Rest of string types
860
 
  case DRIZZLE_TYPE_TIME:
861
860
  case DRIZZLE_TYPE_DATETIME:
862
861
  case DRIZZLE_TYPE_NULL:
863
862
    sql_field->pack_flag=f_settype((uint32_t) sql_field->sql_type);