~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/trx0trx.ic

  • Committer: Lee Bieber
  • Date: 2011-01-15 03:08:27 UTC
  • mfrom: (1994.5.38 doc)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: kalebral@gmail.com-20110115030827-0h9s99kiknrmt9ti
Merge Stewart - some documentation clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        }
57
57
}
58
58
 
59
 
/******************************************************************//**
60
 
Checks if the commit id should be logged to the sys header file
61
 
@return TRUE if the commit id should be logged */
62
 
UNIV_INLINE
63
 
ibool
64
 
trx_log_commit_id(const trx_t*  trx)
65
 
/*===============*/
66
 
{
67
 
        return (trx->log_commit_id);
68
 
}
69
 
 
70
59
/****************************************************************//**
71
60
Retrieves the error_info field from a trx.
72
61
@return the error info */