summaryrefslogtreecommitdiff
path: root/innobase/trx/trx0trx.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/trx/trx0trx.c')
-rw-r--r--innobase/trx/trx0trx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c
index 0c1c3aff8d6..4676606d4de 100644
--- a/innobase/trx/trx0trx.c
+++ b/innobase/trx/trx0trx.c
@@ -30,14 +30,6 @@ sess_t* trx_dummy_sess = NULL;
the kernel mutex */
ulint trx_n_mysql_transactions = 0;
-/********************************************************************
-Takes care of the error handling when an SQL error or other error has
-occurred. */
-static
-void
-trx_error_handle(
-/*=============*/
- trx_t* trx); /* in: trx handle */
/********************************************************************
Creates and initializes a transaction object. */