~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Brian Aker
  • Date: 2011-01-04 04:05:27 UTC
  • mto: (2057.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2064.
  • Revision ID: brian@tangent.org-20110104040527-w2xglgjmlet2hy1p
First pass on micro timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3045
3045
          if (type == DRIZZLE_TYPE_DATE ||
3046
3046
              type == DRIZZLE_TYPE_TIME ||
3047
3047
              type == DRIZZLE_TYPE_DATETIME ||
 
3048
              type == DRIZZLE_TYPE_MICROTIME ||
3048
3049
              type == DRIZZLE_TYPE_TIMESTAMP)
3049
3050
          {
3050
3051
            key_length+= 8;