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

« back to all changes in this revision

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

  • 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:
100
100
trx_undo_rec_t*
101
101
trx_undo_rec_copy(
102
102
/*==============*/
103
 
        const trx_undo_rec_t*   undo_rec,       /*!< in: undo log record */
104
 
        mem_heap_t*             heap)           /*!< in: heap where copied */
 
103
        trx_undo_rec_t* undo_rec,       /*!< in: undo log record */
 
104
        mem_heap_t*     heap)           /*!< in: heap where copied */
105
105
{
106
106
        ulint           len;
107
107