~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-09 06:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101209060239-t0ujftvcvd558yno
Tags: upstream-2010.12.05
ImportĀ upstreamĀ versionĀ 2010.12.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
@return number of undo log pages handled in the batch */
113
113
UNIV_INTERN
114
114
ulint
115
 
trx_purge(void);
116
 
/*===========*/
 
115
trx_purge(
 
116
/*======*/
 
117
        ulint   limit);         /*!< in: the maximum number of records to
 
118
                                purge in one batch */
117
119
/******************************************************************//**
118
120
Prints information of the purge system to stderr. */
119
121
UNIV_INTERN