~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_scan.c

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  return(0);
34
34
}
35
35
 
36
 
int heap_scan(register HP_INFO *info, uchar *record)
 
36
int heap_scan(register HP_INFO *info, unsigned char *record)
37
37
{
38
38
  HP_SHARE *share=info->s;
39
39
  uint32_t pos;