~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                                /* out: pointer to a byte in a frame; the file
25
25
                                page in the frame is bufferfixed and latched */
26
26
        ulint           space,  /* in: space id */
27
 
        ulint           zip_size,/* in: compressed page size in bytes
28
 
                                or 0 for uncompressed pages */
29
27
        fil_addr_t      addr,   /* in: file address */
30
28
        ulint           rw_latch, /* in: RW_S_LATCH, RW_X_LATCH */
31
29
        mtr_t*          mtr);   /* in: mtr handle */