mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: row_update_prebuilt_trx(): Correct bogus comment.
This commit is contained in:
parent
79362a389d
commit
1c0cf56c45
2 changed files with 4 additions and 6 deletions
|
@ -174,9 +174,8 @@ UNIV_INTERN
|
|||
void
|
||||
row_update_prebuilt_trx(
|
||||
/*====================*/
|
||||
/* out: prebuilt dtuple */
|
||||
row_prebuilt_t* prebuilt, /* in: prebuilt struct in MySQL
|
||||
handle */
|
||||
row_prebuilt_t* prebuilt, /* in/out: prebuilt struct
|
||||
in MySQL handle */
|
||||
trx_t* trx); /* in: transaction handle */
|
||||
/*************************************************************************
|
||||
Unlocks AUTO_INC type locks that were possibly reserved by a trx. */
|
||||
|
|
|
@ -735,9 +735,8 @@ UNIV_INTERN
|
|||
void
|
||||
row_update_prebuilt_trx(
|
||||
/*====================*/
|
||||
/* out: prebuilt dtuple */
|
||||
row_prebuilt_t* prebuilt, /* in: prebuilt struct in MySQL
|
||||
handle */
|
||||
row_prebuilt_t* prebuilt, /* in/out: prebuilt struct
|
||||
in MySQL handle */
|
||||
trx_t* trx) /* in: transaction handle */
|
||||
{
|
||||
if (trx->magic_n != TRX_MAGIC_N) {
|
||||
|
|
Loading…
Add table
Reference in a new issue