~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rnext_same.c

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
int mi_rnext_same(MI_INFO *info, unsigned char *buf)
27
27
{
28
28
  int error;
29
 
  uint inx,not_used[2];
 
29
  uint32_t inx,not_used[2];
30
30
  MI_KEYDEF *keyinfo;
31
31
 
32
32
  if ((int) (inx=info->lastinx) < 0 || info->lastpos == HA_OFFSET_ERROR)