~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_delete_all.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
int mi_delete_all_rows(MI_INFO *info)
22
22
{
23
 
  uint i;
 
23
  uint32_t i;
24
24
  MYISAM_SHARE *share=info->s;
25
25
  MI_STATE_INFO *state=&share->state;
26
26