~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_dspace.cc

  • Committer: lbieber
  • Date: 2010-09-10 22:43:27 UTC
  • mfrom: (1749.3.13 staging)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: lbieber@orisndriz03-20100910224327-xcsbnxwkoe47aru0
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).

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;