~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_dspace.cc

  • Committer: lbieber
  • Date: 2010-09-11 00:47:34 UTC
  • mfrom: (1756.1.2 build)
  • Revision ID: lbieber@orisndriz03-20100911004734-m5kvdu6q2nq0u43w
Merge Brian - cppcheck fixes and also modifies unique lookup such that we let the OS handle paging for unique checking (instead of trying to mimic it through using a self built IO_CACHE).
Merge Andrew - fix test result for embedded_innodb 

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;