summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0rec.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/trx0rec.ic')
-rw-r--r--storage/innobase/include/trx0rec.ic4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/trx0rec.ic b/storage/innobase/include/trx0rec.ic
index 037b5d4f6cf..e7e41d6d9f6 100644
--- a/storage/innobase/include/trx0rec.ic
+++ b/storage/innobase/include/trx0rec.ic
@@ -100,8 +100,8 @@ UNIV_INLINE
trx_undo_rec_t*
trx_undo_rec_copy(
/*==============*/
- trx_undo_rec_t* undo_rec, /*!< in: undo log record */
- mem_heap_t* heap) /*!< in: heap where copied */
+ const trx_undo_rec_t* undo_rec, /*!< in: undo log record */
+ mem_heap_t* heap) /*!< in: heap where copied */
{
ulint len;