~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-03 01:16:19 UTC
  • mfrom: (1819.9.81 update-innobase)
  • Revision ID: kalebral@gmail.com-20101203011619-n6v584rijwdet05b
Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
        const byte*     ptr,    /*!< in: pointer from where to read */
265
265
        ulint           type,   /*!< in: MLOG_1BYTE, MLOG_2BYTES, MLOG_4BYTES */
266
266
        mtr_t*          mtr);   /*!< in: mini-transaction handle */
267
 
/********************************************************//**
268
 
Reads 8 bytes from a file page buffered in the buffer pool.
269
 
@return value read */
270
 
UNIV_INTERN
271
 
dulint
272
 
mtr_read_dulint(
273
 
/*============*/
274
 
        const byte*     ptr,    /*!< in: pointer from where to read */
275
 
        mtr_t*          mtr);   /*!< in: mini-transaction handle */
276
267
#ifndef UNIV_HOTBACKUP
277
268
/*********************************************************************//**
278
269
This macro locks an rw-lock in s-mode. */