~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0roll.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:
610
610
os_thread_ret_t
611
611
trx_rollback_or_clean_all_recovered(
612
612
/*================================*/
613
 
        void*   arg __attribute__((unused)))
 
613
        void*   /*arg*/)
614
614
                        /*!< in: a dummy parameter required by
615
615
                        os_thread_create */
616
616
{