~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2009-08-15 00:59:30 UTC
  • mfrom: (1115.1.7 merge)
  • Revision ID: brian@gaz-20090815005930-q47yenjrq1esiwsz
Merge of Trond + Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
4113
4113
  uint32_t key_maxlength=key->maxlength;
4114
4114
  return (key->flag & (HA_BINARY_PACK_KEY | HA_VAR_LENGTH_KEY) &&
4115
4115
          ((uint64_t) rows * key_maxlength >
4116
 
           (uint64_t) myisam_max_temp_length));
 
4116
           (uint64_t) MAX_FILE_SIZE));
4117
4117
}
4118
4118
 
4119
4119
/*