mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
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*.
This commit is contained in:
parent
125f5a7993
commit
8acd0fa422
2 changed files with 7 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue