diff options
Diffstat (limited to 'include/mtr0mtr.h')
-rw-r--r-- | include/mtr0mtr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/mtr0mtr.h b/include/mtr0mtr.h index 5582ad63039..7f608546cc2 100644 --- a/include/mtr0mtr.h +++ b/include/mtr0mtr.h @@ -213,16 +213,6 @@ ulint mtr_set_savepoint( /*==============*/ mtr_t* mtr); /*!< in: mtr */ -/**********************************************************//** -Releases the latches stored in an mtr memo down to a savepoint. -NOTE! The mtr must not have made changes to buffer pages after the -savepoint, as these can be handled only by mtr_commit. */ -UNIV_INTERN -void -mtr_rollback_to_savepoint( -/*======================*/ - mtr_t* mtr, /*!< in: mtr */ - ulint savepoint); /*!< in: savepoint */ #ifndef UNIV_HOTBACKUP /**********************************************************//** Releases the (index tree) s-latch stored in an mtr memo after a |