diff options
Diffstat (limited to 'innobase/include/trx0roll.h')
-rw-r--r-- | innobase/include/trx0roll.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/innobase/include/trx0roll.h b/innobase/include/trx0roll.h index 6004551f456..893e5af6c01 100644 --- a/innobase/include/trx0roll.h +++ b/innobase/include/trx0roll.h @@ -104,11 +104,12 @@ trx_rollback( /*********************************************************************** 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. */ +undo log. If the transaction was not yet committed, then we roll it back. +Note: this is done in a background thread */ -void -trx_rollback_or_clean_all_without_sess(void); -/*========================================*/ +void * +trx_rollback_or_clean_all_without_sess(void *); +/*============================================*/ /******************************************************************** Finishes a transaction rollback. */ |