~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.cc

  • Committer: Monty Taylor
  • Date: 2009-03-21 20:32:38 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: mordred@inaugust.com-20090321203238-vwxddmm02qa14yrz
Moved MyISAM files to C++ so we can continue to consolidate code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  packed=(packed+7)/8;
186
186
  if (pack_reclength != INT32_MAX)
187
187
    pack_reclength+= reclength+packed +
188
 
      test(test_all_bits(options, HA_OPTION_CHECKSUM | HA_PACK_RECORD));
 
188
      test(test_all_bits(options,
 
189
                         uint32_t(HA_OPTION_CHECKSUM | HA_PACK_RECORD)));
189
190
  min_pack_length+=packed;
190
191
 
191
192
  if (!ci->data_file_length && ci->max_rows)