~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.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:
3877
3877
      }
3878
3878
      item->unsigned_flag= (fields_info->field_flags & MY_I_S_UNSIGNED);
3879
3879
      break;
3880
 
    case DRIZZLE_TYPE_NEWDATE:
 
3880
    case DRIZZLE_TYPE_DATE:
3881
3881
    case DRIZZLE_TYPE_TIME:
3882
3882
    case DRIZZLE_TYPE_TIMESTAMP:
3883
3883
    case DRIZZLE_TYPE_DATETIME: