~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_dspace.cc

  • Committer: Brian Aker
  • Date: 2010-09-09 18:27:05 UTC
  • mto: (1756.1.2 build) (1768.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: brian@tangent.org-20100909182705-pnzlmg2yuz2o5wdt
Remove table name from ha_open (we modified this a while ago to just use
identifier)

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
 
242
242
  info->chunk_count++;
243
243
  curr_chunk= ((unsigned char*) info->block.level_info[0].last_blocks +
244
 
    block_pos * info->block.recbuffer);
 
244
               block_pos * info->block.recbuffer);
245
245
 
246
246
 
247
247
  return curr_chunk;