~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/btr/btr0btr.cc

  • Committer: Monty Taylor
  • Date: 2010-12-27 18:39:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101227183911-atgh0kcubflay0b9
Added back INNOBASE_SKIP_WARNINGS for solaris. Also dealt with unused params.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1120
1120
btr_parse_page_reorganize(
1121
1121
/*======================*/
1122
1122
        byte*           ptr,    /*!< in: buffer */
1123
 
        byte*           end_ptr __attribute__((unused)),
 
1123
        byte*           /*end_ptr __attribute__((unused))*/,
1124
1124
                                /*!< in: buffer end */
1125
1125
        dict_index_t*   index,  /*!< in: record descriptor */
1126
1126
        buf_block_t*    block,  /*!< in: page to be reorganized, or NULL */