~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/fil/fil0fil.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:
1697
1697
        ulint           sum_of_sizes,   /*!< in: combined size of previous files
1698
1698
                                        in space, in database pages */
1699
1699
        ib_uint64_t     lsn,            /*!< in: lsn to write */
1700
 
        ulint           arch_log_no __attribute__((unused)))
 
1700
        ulint           /*arch_log_no __attribute__((unused))*/)
1701
1701
                                        /*!< in: archived log number to write */
1702
1702
{
1703
1703
        byte*   buf1;