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 50da55d2ea3..96e7d595035 100644
--- a/storage/xtradb/include/trx0rec.h
+++ b/storage/xtradb/include/trx0rec.h
@@ -233,7 +233,7 @@ trx_undo_report_row_operation(
inserted undo log record,
0 if BTR_NO_UNDO_LOG
flag was specified */
- __attribute__((nonnull(3,4,10), warn_unused_result));
+ __attribute__((nonnull(4,10), warn_unused_result));
/******************************************************************//**
Copies an undo record to heap. This function can be called if we know that
the undo log record exists.