summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0undo.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/trx0undo.h')
-rw-r--r--storage/innobase/include/trx0undo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/trx0undo.h b/storage/innobase/include/trx0undo.h
index 319ea4ee8d9..f4ef8b69f29 100644
--- a/storage/innobase/include/trx0undo.h
+++ b/storage/innobase/include/trx0undo.h
@@ -317,8 +317,6 @@ struct trx_undo_t {
log if we think of it as a stack */
undo_no_t top_undo_no; /*!< undo number of the latest record
(IB_ID_MAX if the undo log is empty) */
- buf_block_t* guess_block; /*!< guess for the buffer block where
- the top page might reside */
/** @return whether the undo log is empty */
bool empty() const { return top_undo_no == IB_ID_MAX; }