~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rprev.cc

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
int heap_rprev(HP_INFO *info, unsigned char *record)
26
26
{
27
27
  unsigned char *pos;
28
 
  HP_SHARE *share=info->s;
 
28
  HP_SHARE *share=info->getShare();
29
29
  HP_KEYDEF *keyinfo;
30
30
 
31
31
  if (info->lastinx < 0)