~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/innobase/include/trx0rec.h

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
trx_undo_rec_t*
45
45
trx_undo_rec_copy(
46
46
/*==============*/
47
 
        const trx_undo_rec_t*   undo_rec,       /*!< in: undo log record */
48
 
        mem_heap_t*             heap);          /*!< in: heap where copied */
 
47
        trx_undo_rec_t* undo_rec,       /*!< in: undo log record */
 
48
        mem_heap_t*     heap);          /*!< in: heap where copied */
49
49
/**********************************************************************//**
50
50
Reads the undo log record type.
51
51
@return record type */