~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rectest.cc

  • Committer: lbieber
  • Date: 2010-09-10 05:19:01 UTC
  • mfrom: (1753.1.1 build)
  • Revision ID: lbieber@orisndriz03-20100910051901-lyq4bh4vdegvzyo4
Merge Brian - clean up Heap code

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
int hp_rectest(register HP_INFO *info, register const unsigned char *old_record)
21
21
{
22
22
 
23
 
  if (hp_process_record_data_to_chunkset(info->getShare(), old_record, info->current_ptr, 1))
 
23
  if (hp_compare_record_data_to_chunkset(info->getShare(), old_record, info->current_ptr))
24
24
  {
25
25
    return((errno=HA_ERR_RECORD_CHANGED)); /* Record have changed */
26
26
  }