~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
12
 
13
13
You should have received a copy of the GNU General Public License along with
14
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15
 
Place, Suite 330, Boston, MA 02111-1307 USA
 
14
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
15
St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
*****************************************************************************/
18
18
 
44
44
trx_undo_rec_t*
45
45
trx_undo_rec_copy(
46
46
/*==============*/
47
 
        trx_undo_rec_t* undo_rec,       /*!< in: undo log record */
48
 
        mem_heap_t*     heap);          /*!< in: heap where copied */
 
47
        const 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 */