Commit 1c0cf56c authored by marko's avatar marko

branches/zip: row_update_prebuilt_trx(): Correct bogus comment.

parent 79362a38
...@@ -174,9 +174,8 @@ UNIV_INTERN ...@@ -174,9 +174,8 @@ UNIV_INTERN
void void
row_update_prebuilt_trx( row_update_prebuilt_trx(
/*====================*/ /*====================*/
/* out: prebuilt dtuple */ row_prebuilt_t* prebuilt, /* in/out: prebuilt struct
row_prebuilt_t* prebuilt, /* in: prebuilt struct in MySQL in MySQL handle */
handle */
trx_t* trx); /* in: transaction handle */ trx_t* trx); /* in: transaction handle */
/************************************************************************* /*************************************************************************
Unlocks AUTO_INC type locks that were possibly reserved by a trx. */ Unlocks AUTO_INC type locks that were possibly reserved by a trx. */
......
...@@ -735,9 +735,8 @@ UNIV_INTERN ...@@ -735,9 +735,8 @@ UNIV_INTERN
void void
row_update_prebuilt_trx( row_update_prebuilt_trx(
/*====================*/ /*====================*/
/* out: prebuilt dtuple */ row_prebuilt_t* prebuilt, /* in/out: prebuilt struct
row_prebuilt_t* prebuilt, /* in: prebuilt struct in MySQL in MySQL handle */
handle */
trx_t* trx) /* in: transaction handle */ trx_t* trx) /* in: transaction handle */
{ {
if (trx->magic_n != TRX_MAGIC_N) { if (trx->magic_n != TRX_MAGIC_N) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment