diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-20 09:21:08 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-20 09:21:08 +0200 |
commit | f7f5c710e478a835196b2fec1f6ae9362eb07cdd (patch) | |
tree | 3b1c4a6c104438398be15d8870964364557eac16 /storage/innobase/include/trx0rec.h | |
parent | be758322e299f1dc80898efcf2e71c4c8f4b3f4b (diff) | |
download | mariadb-git-f7f5c710e478a835196b2fec1f6ae9362eb07cdd.tar.gz |
Correct a function comment
The comment became stale in commit 9f57e595b49744e3c1920f8c46a2ec8e7fc5fd66
which removed the parameter "flags".
Diffstat (limited to 'storage/innobase/include/trx0rec.h')
-rw-r--r-- | storage/innobase/include/trx0rec.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/storage/innobase/include/trx0rec.h b/storage/innobase/include/trx0rec.h index a6e202d04e4..630818a8648 100644 --- a/storage/innobase/include/trx0rec.h +++ b/storage/innobase/include/trx0rec.h @@ -226,10 +226,8 @@ trx_undo_report_row_operation( marking, the record in the clustered index, otherwise NULL */ const ulint* offsets, /*!< in: rec_get_offsets(rec) */ - roll_ptr_t* roll_ptr) /*!< out: rollback pointer to the - inserted undo log record, - 0 if BTR_NO_UNDO_LOG - flag was specified */ + roll_ptr_t* roll_ptr) /*!< out: DB_ROLL_PTR to the + undo log record */ MY_ATTRIBUTE((nonnull(1,2,8), warn_unused_result)); /******************************************************************//** Copies an undo record to heap. This function can be called if we know that |