~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-02 01:03:15 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802010315-65h5938pymg9d99z
Moved m4 macros to top-level m4 dir, per GNU standards (and where gettext wanted it :)

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= (ulong) ~0L;
55
55
  info->current_hash_ptr=0;
56
56
  info->update=0;
57
57
  info->next_block=0;