~stewart/drizzle/seapitester-state-history

« back to all changes in this revision

Viewing changes to plugin/memory/hp_rectest.cc

  • Committer: Lee Bieber
  • Date: 2011-01-12 04:30:24 UTC
  • mfrom: (2075.1.3 build)
  • Revision ID: kalebral@gmail.com-20110112043024-zgws6jzd54oym9um
Merge Brian - fix bug 527084 - DROP TABLE: getTableDefiniton returns EEXIST but doDropTable returns ENOENT leads to SIGSEGV
Merge Shrews - fix bug 686781 - Transaction message segmenting does not work in all cases 
Merge Stewart - fix bug 376299: sum_distinct-big test fails after resetting max_heap_table_size

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
  if (hp_compare_record_data_to_chunkset(info->getShare(), old_record, info->current_ptr))
24
24
  {
25
 
    return((errno=HA_ERR_RECORD_CHANGED)); /* Record have changed */
 
25
    return((errno= drizzled::HA_ERR_RECORD_CHANGED)); /* Record have changed */
26
26
  }
27
27
 
28
28
  return(0);