~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to storage/innobase/include/fsp0fsp.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
/*=========================*/
168
168
                                /* out: allocated page offset, FIL_NULL if no
169
169
                                page could be allocated */
170
 
        fseg_header_t*  seg_header,/* in: segment header */
 
170
        fseg_header_t*  seg_header,/* in/out: segment header */
171
171
        ulint           hint,   /* in: hint of which page would be desirable */
172
172
        byte            direction,/* in: if the new page is needed because
173
173
                                of an index page split, and records are
179
179
                                with fsp_reserve_free_extents, then there
180
180
                                is no need to do the check for this individual
181
181
                                page */
182
 
        mtr_t*          mtr);   /* in: mtr handle */
 
182
        mtr_t*          mtr);   /* in/out: mini-transaction */
183
183
/**************************************************************************
184
184
Reserves free pages from a tablespace. All mini-transactions which may
185
185
use several pages from the tablespace should call this function beforehand