diff options
Diffstat (limited to 'innobase/include/trx0trx.h')
-rw-r--r-- | innobase/include/trx0trx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h index b63afdd526c..8ac18241e32 100644 --- a/innobase/include/trx0trx.h +++ b/innobase/include/trx0trx.h @@ -173,10 +173,10 @@ their transaction objects for a recovery. */ int trx_recover_for_mysql( -/*=================*/ +/*==================*/ /* out: number of prepared transactions */ XID* xid_list, /* in/out: prepared transactions */ - uint len); /* in: number of slots in xid_list */ + ulint len); /* in: number of slots in xid_list */ /*********************************************************************** This function is used to commit one X/Open XA distributed transaction |