~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/btr/btr0cur.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:
4084
4084
                                        this function returns */
4085
4085
        big_rec_t*      big_rec_vec,    /*!< in: vector containing fields
4086
4086
                                        to be stored externally */
4087
 
        mtr_t*          local_mtr __attribute__((unused))) /*!< in: mtr
 
4087
        mtr_t*          /*local_mtr __attribute__((unused))*/) /*!< in: mtr
4088
4088
                                        containing the latch to rec and to the
4089
4089
                                        tree */
4090
4090
{
4499
4499
        ulint           i,              /*!< in: field number of field_ref;
4500
4500
                                        ignored if rec == NULL */
4501
4501
        enum trx_rb_ctx rb_ctx,         /*!< in: rollback context */
4502
 
        mtr_t*          local_mtr __attribute__((unused))) /*!< in: mtr
 
4502
        mtr_t*          /*local_mtr __attribute__((unused))*/) /*!< in: mtr
4503
4503
                                        containing the latch to data an an
4504
4504
                                        X-latch to the index tree */
4505
4505
{