diff options
Diffstat (limited to 'innobase/include/trx0roll.h')
-rw-r--r-- | innobase/include/trx0roll.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/innobase/include/trx0roll.h b/innobase/include/trx0roll.h index c456768e820..820af4cd014 100644 --- a/innobase/include/trx0roll.h +++ b/innobase/include/trx0roll.h @@ -102,11 +102,13 @@ trx_rollback( calling function can start running a new query thread */ /*********************************************************************** -Rollback uncommitted transactions which have no user session. */ +Rollback or clean up transactions which have no user session. If the +transaction already was committed, then we clean up a possible insert +undo log. If the transaction was not yet committed, then we roll it back. */ void -trx_rollback_all_without_sess(void); -/*===============================*/ +trx_rollback_or_clean_all_without_sess(void); +/*========================================*/ /******************************************************************** Finishes a transaction rollback. */ |