diff options
author | osku@127.(none) <> | 2005-09-23 14:31:31 +0300 |
---|---|---|
committer | osku@127.(none) <> | 2005-09-23 14:31:31 +0300 |
commit | 06077eb1eb4c04d1fe5faf05d3eddf41d976a634 (patch) | |
tree | df428e625580947e59193206902d5629f9794207 /innobase | |
parent | 945ea8a98b2f4450a96416a3c2891cc314605d1b (diff) | |
download | mariadb-git-06077eb1eb4c04d1fe5faf05d3eddf41d976a634.tar.gz |
InnoDB: Minor fixes.
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/trx0trx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h index 5dbf003594f..80f602bad5e 100644 --- a/innobase/include/trx0trx.h +++ b/innobase/include/trx0trx.h @@ -205,7 +205,7 @@ trx_recover_for_mysql( XID* xid_list, /* in/out: prepared transactions */ ulint len); /* in: number of slots in xid_list */ /*********************************************************************** -This function is used to commit one X/Open XA distributed transaction +This function is used to find one X/Open XA distributed transaction which is in the prepared state */ trx_t * trx_get_trx_by_xid( |