~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Brian Aker
  • Date: 2010-12-22 16:10:11 UTC
  • mfrom: (2017.1.2 clean)
  • Revision ID: brian@tangent.org-20101222161011-dwdhckv8ptmo471c
Rollup of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3038
3038
            by 8 as maximum pack length of such fields.
3039
3039
          */
3040
3040
          if (type == DRIZZLE_TYPE_DATE ||
 
3041
              type == DRIZZLE_TYPE_TIME ||
3041
3042
              type == DRIZZLE_TYPE_DATETIME ||
3042
3043
              type == DRIZZLE_TYPE_TIMESTAMP)
3043
3044
          {
3052
3053
            */
3053
3054
            key_length+= group_item->max_length + HA_KEY_BLOB_LENGTH;
3054
3055
          }
 
3056
 
3055
3057
          break;
3056
3058
        }
3057
3059