~ubuntu-branches/ubuntu/vivid/drizzle/vivid-proposed

« back to all changes in this revision

Viewing changes to plugin/innobase/include/page0zip.h

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2013-08-22 20:18:31 UTC
  • mto: (20.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130822201831-gn3ozsh7o7wmc5tk
Tags: upstream-7.2.3
ImportĀ upstreamĀ versionĀ 7.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
        const page_t*           src,            /*!< in: page */
356
356
        dict_index_t*           index,          /*!< in: index of the B-tree */
357
357
        mtr_t*                  mtr)            /*!< in: mini-transaction */
358
 
        __attribute__((nonnull(1,2,3,4)));
 
358
        __attribute__((nonnull));
359
359
#endif /* !UNIV_HOTBACKUP */
360
360
 
361
361
/**********************************************************************//**