~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/log/log0log.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:
895
895
        ulint   space_id,               /*!< in: space id of the file space
896
896
                                        which contains the log files of this
897
897
                                        group */
898
 
        ulint   archive_space_id __attribute__((unused)))
 
898
        ulint   /*archive_space_id __attribute__((unused))*/)
899
899
                                        /*!< in: space id of the file space
900
900
                                        which contains some archived log
901
901
                                        files for this group; currently, only
2241
2241
log_archived_file_name_gen(
2242
2242
/*=======================*/
2243
2243
        char*   buf,    /*!< in: buffer where to write */
2244
 
        ulint   id __attribute__((unused)),
 
2244
        ulint   /*id __attribute__((unused))*/,
2245
2245
                        /*!< in: group id;
2246
2246
                        currently we only archive the first group */
2247
2247
        ulint   file_no)/*!< in: file number */