~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-01 20:14:24 UTC
  • Revision ID: brian@tangent.org-20080701201424-rsof5enxl7gkr50p
More cleanup on pread()

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
page_align(
140
140
/*=======*/
141
141
                        /* out: start of the page */
142
 
        const void*     ptr)    /* in: pointer to page frame */
 
142
        void*   ptr)    /* in: pointer to page frame */
143
143
                __attribute__((const));
144
144
/****************************************************************
145
145
Gets the offset within a page. */