~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/rpl_utility.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:
80
80
  case MYSQL_TYPE_NEWDATE:
81
81
    length= 3;
82
82
    break;
83
 
  case MYSQL_TYPE_DATE:
84
83
  case MYSQL_TYPE_TIME:
85
84
    length= 3;
86
85
    break;