diff options
author | unknown <osku@127.(none)> | 2005-09-23 14:31:31 +0300 |
---|---|---|
committer | unknown <osku@127.(none)> | 2005-09-23 14:31:31 +0300 |
commit | 8acd0fa42239755f026faec2e9a9fd585e1d684a (patch) | |
tree | df428e625580947e59193206902d5629f9794207 /innobase/include | |
parent | 125f5a7993b7a651cb506c7c2729d04cef91dcde (diff) | |
download | mariadb-git-8acd0fa42239755f026faec2e9a9fd585e1d684a.tar.gz |
InnoDB: Minor fixes.
innobase/include/trx0trx.h:
Fix invalid comment.
sql/ha_innodb.cc:
Change some memory allocations to fail-on-error.
Cast argument of my_free to gptr, not char*.
Diffstat (limited to 'innobase/include')
-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( |