~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/innodb_plugin/include/trx0trx.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-22 08:59:41 UTC
  • mto: (2.1.3 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100522085941-4x62clk1ovyip4m5
Tags: upstream-5.1.47
ImportĀ upstreamĀ versionĀ 5.1.47

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
trx_is_interrupted(
392
392
/*===============*/
393
393
        trx_t*  trx);   /*!< in: transaction */
 
394
/**********************************************************************//**
 
395
Determines if the currently running transaction is in strict mode.
 
396
@return TRUE if strict */
 
397
UNIV_INTERN
 
398
ibool
 
399
trx_is_strict(
 
400
/*==========*/
 
401
        trx_t*  trx);   /*!< in: transaction */
394
402
#else /* !UNIV_HOTBACKUP */
395
403
#define trx_is_interrupted(trx) FALSE
396
404
#endif /* !UNIV_HOTBACKUP */