~hartmut-php/drizzle/drizzle-bug622458

« back to all changes in this revision

Viewing changes to plugin/heap/hp_scan.cc

  • Committer: Brian Aker
  • Date: 2010-08-11 21:21:09 UTC
  • mfrom: (1697.2.5 staging)
  • Revision ID: brian@gaz-20100811212109-nsfakn1qtsvsgiax
Update heap (mostly C++).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
int heap_scan(register HP_INFO *info, unsigned char *record)
37
37
{
38
 
  HP_SHARE *share=info->s;
 
38
  HP_SHARE *share=info->getShare();
39
39
  uint32_t pos;
40
40
 
41
41
  pos= ++info->current_record;