diff options
Diffstat (limited to 'innobase/include/trx0undo.h')
-rw-r--r-- | innobase/include/trx0undo.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/innobase/include/trx0undo.h b/innobase/include/trx0undo.h index 7f0378c68d3..20002076cc3 100644 --- a/innobase/include/trx0undo.h +++ b/innobase/include/trx0undo.h @@ -251,20 +251,6 @@ trx_undo_update_cleanup( page_t* undo_page, /* in: update undo log header page, x-latched */ mtr_t* mtr); /* in: mtr */ -/************************************************************************** -Discards an undo log and puts the segment to the list of cached update undo -log segments. This optimized function is called if there is no need to -keep the update undo log because there exist no read views and the transaction -made no delete markings, which would make purge necessary. We restrict this -to undo logs of size 1 to make things simpler. */ - -dulint -trx_undo_update_cleanup_by_discard( -/*===============================*/ - /* out: log sequence number at which mtr is - committed */ - trx_t* trx, /* in: trx owning the update undo log */ - mtr_t* mtr); /* in: mtr */ /********************************************************************** Frees or caches an insert undo log after a transaction commit or rollback. Knowledge of inserts is not needed after a commit or rollback, therefore |