~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_info.c

  • Committer: Brian Aker
  • Date: 2008-08-11 04:55:59 UTC
  • Revision ID: brian@tangent.org-20080811045559-azgfc343y0igyzsz
ulong cleanup, remove log code from myisam.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    x->keys             = share->state.header.keys;
58
58
    x->check_time       = share->state.check_time;
59
59
    x->mean_reclength= x->records ?
60
 
      (ulong) ((x->data_file_length - x->delete_length) / x->records) :
61
 
      (ulong) share->min_pack_length;
 
60
      (uint32_t) ((x->data_file_length - x->delete_length) / x->records) :
 
61
      (uint32_t) share->min_pack_length;
62
62
  }
63
63
  if (flag & HA_STATUS_ERRKEY)
64
64
  {