~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-09 19:33:54 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: monty@inaugust.com-20080709193354-vi0pemwf40galnll
First step of sql-common removal (the cheap way) 

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