summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0roll.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-06-03 09:45:39 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-06-03 09:45:39 +0300
commit701efbb25b738f0c971798c5234d4d66b9235e47 (patch)
tree0835d2d3e58ffa8566cf6b1e8211d6484bccc57c /storage/innobase/include/trx0roll.h
parentd5e8b4d7f97c7a15be5d58b6f088c4c64787a385 (diff)
parent80591481549213f5701642e682cc2974b60c53dd (diff)
downloadmariadb-git-701efbb25b738f0c971798c5234d4d66b9235e47.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/include/trx0roll.h')
-rw-r--r--storage/innobase/include/trx0roll.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/innobase/include/trx0roll.h b/storage/innobase/include/trx0roll.h
index 89b8bdead53..6a562dcb425 100644
--- a/storage/innobase/include/trx0roll.h
+++ b/storage/innobase/include/trx0roll.h
@@ -35,15 +35,6 @@ extern bool trx_rollback_is_active;
extern const trx_t* trx_roll_crash_recv_trx;
/*******************************************************************//**
-Determines if this transaction is rolling back an incomplete transaction
-in crash recovery.
-@return TRUE if trx is an incomplete transaction that is being rolled
-back in crash recovery */
-ibool
-trx_is_recv(
-/*========*/
- const trx_t* trx); /*!< in: transaction */
-/*******************************************************************//**
Returns a transaction savepoint taken at this point in time.
@return savepoint */
trx_savept_t