~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

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
 
        trx_undo_rec_t* undo_rec,       /*!< in: undo log record */
104
 
        mem_heap_t*     heap)           /*!< in: heap where copied */
 
103
        const 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