~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

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 */