~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_sum.cc

  • Committer: Brian Aker
  • Date: 2008-07-08 16:17:31 UTC
  • Revision ID: brian@tangent.org-20080708161731-io36j7igglok79py
DATE cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
696
696
    fields creations separately.
697
697
  */
698
698
  switch (args[0]->field_type()) {
699
 
  case MYSQL_TYPE_DATE:
 
699
  case MYSQL_TYPE_NEWDATE:
700
700
    field= new Field_newdate(maybe_null, name, collation.collation);
701
701
    break;
702
702
  case MYSQL_TYPE_TIME: