summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/trx0rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/trx0rec.h')
-rw-r--r--storage/xtradb/include/trx0rec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/trx0rec.h b/storage/xtradb/include/trx0rec.h
index ec15250ec7b..fef12548003 100644
--- a/storage/xtradb/include/trx0rec.h
+++ b/storage/xtradb/include/trx0rec.h
@@ -229,7 +229,7 @@ trx_undo_report_row_operation(
const ulint* offsets, /*!< in: rec_get_offsets(rec) */
roll_ptr_t* roll_ptr) /*!< out: DB_ROLL_PTR to the
undo log record */
- MY_ATTRIBUTE((nonnull(1,2,8), warn_unused_result));
+ MY_ATTRIBUTE((nonnull(2,8), warn_unused_result));
/******************************************************************//**
Copies an undo record to heap. This function can be called if we know that
the undo log record exists.