~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_delete.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:
99
99
int hp_delete_key(HP_INFO *info, register HP_KEYDEF *keyinfo,
100
100
                  const uchar *record, uchar *recpos, int flag)
101
101
{
102
 
  ulong blength,pos2,pos_hashnr,lastpos_hashnr;
 
102
  uint32_t blength,pos2,pos_hashnr,lastpos_hashnr;
103
103
  HASH_INFO *lastpos,*gpos,*pos,*pos3,*empty,*last_ptr;
104
104
  HP_SHARE *share=info->s;
105
105