summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-08-12 15:11:58 +0200
committerunknown <serg@sergbook.mysql.com>2002-08-12 15:11:58 +0200
commit8b572117361a96d8698b17c88c87b60de27fdc4a (patch)
tree38fc18efc8699b1e8515c0d6c7b9d672ade0aa0a /innobase/include
parentd27cd477bc9f1ba41838df0c3c5acbc4be561b27 (diff)
downloadmariadb-git-8b572117361a96d8698b17c88c87b60de27fdc4a.tar.gz
undo InnoDB HANDLER patch as it should not go into 3.23 tree
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/trx0trx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h
index e1f65e9da0f..84d85fcaff6 100644
--- a/innobase/include/trx0trx.h
+++ b/innobase/include/trx0trx.h
@@ -117,13 +117,6 @@ void
trx_start_if_not_started(
/*=====================*/
trx_t* trx); /* in: transaction */
-/*****************************************************************
-Starts the transaction if it is not yet started. */
-
-void
-trx_start_if_not_started_noninline(
-/*===============================*/
- trx_t* trx); /* in: transaction */
/********************************************************************
Commits a transaction. */