diff options
author | monty@hundin.mysql.fi <> | 2002-08-12 04:04:43 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-12 04:04:43 +0300 |
commit | 3ef9d44edcd3db115d03a6ed7e896c662ad2182e (patch) | |
tree | 4ba65b7347df0448111dd1a3ab055bc2c8a1c6dc /innobase/include/trx0trx.h | |
parent | c99c1fd38439a7c529dc24c03c5ff586ba694c57 (diff) | |
parent | d825808a726960fa4fde7d4569c2d95014ca440f (diff) | |
download | mariadb-git-3ef9d44edcd3db115d03a6ed7e896c662ad2182e.tar.gz |
merge with 3.23.52
Diffstat (limited to 'innobase/include/trx0trx.h')
-rw-r--r-- | innobase/include/trx0trx.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h index 6e98f22c34b..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. */ @@ -262,7 +269,7 @@ void trx_print( /*======*/ char* buf, /* in/out: buffer where to print, must be at least - 500 bytes */ + 800 bytes */ trx_t* trx); /* in: transaction */ |