~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: David Axmark
  • Date: 2008-11-05 05:50:56 UTC
  • mto: (584.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 586.
  • Revision ID: davida@davids-laptop-20081105055056-bt8ajhvihu0j28kp
Changed NEWDATE to DATE. One failing test but I think its somewhere else in the code 
(func_math).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3724
3724
      To preserve type they needed to be handled separately.
3725
3725
    */
3726
3726
    if ((type= item->field_type()) == DRIZZLE_TYPE_DATETIME ||
3727
 
        type == DRIZZLE_TYPE_TIME || type == DRIZZLE_TYPE_NEWDATE ||
 
3727
        type == DRIZZLE_TYPE_TIME || type == DRIZZLE_TYPE_DATE ||
3728
3728
        type == DRIZZLE_TYPE_TIMESTAMP)
3729
3729
      new_field= item->tmp_table_field_from_field_type(table, 1);
3730
3730
    /*