~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • Committer: Brian Aker
  • Date: 2008-11-25 01:33:32 UTC
  • mfrom: (590.2.23 trunk)
  • Revision ID: brian@tangent.org-20081125013332-5q6umof4d3a8eq20
More Sun Studio patches from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
      mi_safe_mul(MI_MIN_KEY_BLOCK_LENGTH,
201
201
                  ((uint64_t) 1 << (share->base.key_reflength*8))-1);
202
202
#if SIZEOF_OFF_T == 4
203
 
    set_if_smaller(max_data_file_length, INT_MAX32);
204
 
    set_if_smaller(max_key_file_length, INT_MAX32);
 
203
    set_if_smaller(max_data_file_length, INT32_MAX);
 
204
    set_if_smaller(max_key_file_length, INT32_MAX);
205
205
#endif
206
206
    if (share->base.raid_type)
207
207
    {