File tree Expand file tree Collapse file tree 4 files changed +8
-16
lines changed
Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,8 @@ trx_undo_report_row_operation(
226226marking, the record in the clustered
227227index, otherwise NULL */
228228const ulint * offsets ,/*!< in: rec_get_offsets(rec) */
229- roll_ptr_t * roll_ptr )/*!< out: rollback pointer to the
230- inserted undo log record,
231- 0 if BTR_NO_UNDO_LOG
232- flag was specified */
229+ roll_ptr_t * roll_ptr )/*!< out: DB_ROLL_PTR to the
230+ undo log record */
233231MY_ATTRIBUTE ((nonnull (1 ,2 ,8 ), warn_unused_result ));
234232/******************************************************************/ /**
235233Copies an undo record to heap. This function can be called if we know that
Original file line number Diff line number Diff line change @@ -1220,10 +1220,8 @@ trx_undo_report_row_operation(
12201220marking, the record in the clustered
12211221index, otherwise NULL */
12221222const ulint* offsets,/* !< in: rec_get_offsets(rec) */
1223- roll_ptr_t * roll_ptr)/* !< out: rollback pointer to the
1224- inserted undo log record,
1225- 0 if BTR_NO_UNDO_LOG
1226- flag was specified */
1223+ roll_ptr_t * roll_ptr)/* !< out: DB_ROLL_PTR to the
1224+ undo log record */
12271225{
12281226trx_t * trx;
12291227trx_undo_t * undo;
Original file line number Diff line number Diff line change @@ -226,10 +226,8 @@ trx_undo_report_row_operation(
226226marking, the record in the clustered
227227index, otherwise NULL */
228228const ulint * offsets ,/*!< in: rec_get_offsets(rec) */
229- roll_ptr_t * roll_ptr )/*!< out: rollback pointer to the
230- inserted undo log record,
231- 0 if BTR_NO_UNDO_LOG
232- flag was specified */
229+ roll_ptr_t * roll_ptr )/*!< out: DB_ROLL_PTR to the
230+ undo log record */
233231MY_ATTRIBUTE ((nonnull (1 ,2 ,8 ), warn_unused_result ));
234232/******************************************************************/ /**
235233Copies an undo record to heap. This function can be called if we know that
Original file line number Diff line number Diff line change @@ -1221,10 +1221,8 @@ trx_undo_report_row_operation(
12211221marking, the record in the clustered
12221222index, otherwise NULL */
12231223const ulint* offsets,/* !< in: rec_get_offsets(rec) */
1224- roll_ptr_t * roll_ptr)/* !< out: rollback pointer to the
1225- inserted undo log record,
1226- 0 if BTR_NO_UNDO_LOG
1227- flag was specified */
1224+ roll_ptr_t * roll_ptr)/* !< out: DB_ROLL_PTR to the
1225+ undo log record */
12281226{
12291227trx_t * trx;
12301228trx_undo_t * undo;
You can’t perform that action at this time.
0 commit comments