~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_extra.c

  • Committer: Monty Taylor
  • Date: 2008-08-22 04:43:50 UTC
  • mto: (365.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: monty@inaugust.com-20080822044350-nqjz3ebvpk3850bd
More MAX macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
int heap_reset(HP_INFO *info)
52
52
{
53
53
  info->lastinx= -1;
54
 
  info->current_record= (uint32_t) ~0L;
 
54
  info->current_record= UINT32_MAX;
55
55
  info->current_hash_ptr=0;
56
56
  info->update=0;
57
57
  info->next_block=0;