summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0rec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/trx/trx0rec.cc')
-rw-r--r--storage/innobase/trx/trx0rec.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/trx/trx0rec.cc b/storage/innobase/trx/trx0rec.cc
index 438dfcf9352..6f8ddc5c538 100644
--- a/storage/innobase/trx/trx0rec.cc
+++ b/storage/innobase/trx/trx0rec.cc
@@ -1914,7 +1914,6 @@ dberr_t trx_undo_report_rename(trx_t* trx, const dict_table_t* table)
undo->top_page_no = undo->last_page_no;
undo->top_offset = offset;
undo->top_undo_no = trx->undo_no++;
- undo->guess_block = block;
ut_ad(!undo->empty());
err = DB_SUCCESS;
@@ -2077,7 +2076,6 @@ trx_undo_report_row_operation(
mtr.commit();
undo->top_offset = offset;
undo->top_undo_no = trx->undo_no++;
- undo->guess_block = undo_block;
ut_ad(!undo->empty());
if (!is_temp) {