summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorserg@sergbook.mysql.com <>2002-08-12 16:18:37 +0200
committerserg@sergbook.mysql.com <>2002-08-12 16:18:37 +0200
commit7cbe8b369ae712a5ce8d990717cc28b1ca2d87ff (patch)
treeb93c8e0d0efea24ab7112c38239c221d2b98ed43 /innobase/include
parentefe85086c6648b426d58eaae069c640a0f7e18c4 (diff)
downloadmariadb-git-7cbe8b369ae712a5ce8d990717cc28b1ca2d87ff.tar.gz
put InnoDB HANDLER patch back again :))
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/trx0trx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h
index 84d85fcaff6..e1f65e9da0f 100644
--- a/innobase/include/trx0trx.h
+++ b/innobase/include/trx0trx.h
@@ -117,6 +117,13 @@ 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. */