~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/rem0rec.ic

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:30 UTC
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063230-4brxsra0qsmsg84q
Added -Wunused-macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
889
889
                                /* in: record */
890
890
        dict_index_t*   index __attribute__((unused)),
891
891
                                /* in: record descriptor */
892
 
        ulint*          offsets __attribute__((unused)))
 
892
        const ulint*            offsets __attribute__((unused)))
893
893
                                /* in: array returned by rec_get_offsets() */
894
894
{
895
895
#ifdef UNIV_DEBUG