~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rkey.c

  • Committer: Brian Aker
  • Date: 2008-08-10 04:50:31 UTC
  • Revision ID: brian@tangent.org-20080810045031-8ak1sgfsfh8y2jse
HeadĀ ulongĀ conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    return(my_errno= HA_ERR_WRONG_INDEX);
28
28
  }
29
29
  info->lastinx= inx;
30
 
  info->current_record= (ulong) ~0L;            /* For heap_rrnd() */
 
30
  info->current_record= (uint32_t) ~0L;         /* For heap_rrnd() */
31
31
 
32
32
  if (keyinfo->algorithm == HA_KEY_ALG_BTREE)
33
33
  {