mirror of
https://github.com/MariaDB/server.git
synced 2026-05-12 10:00:09 +02:00
5.6.25
This commit is contained in:
parent
085297a121
commit
139ba26dba
15 changed files with 436 additions and 236 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 2011, 2013, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All Rights Reserved.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free Software
|
||||
|
|
@ -494,6 +494,14 @@ ib_trx_state(
|
|||
/*=========*/
|
||||
ib_trx_t ib_trx); /*!< in: trx handle */
|
||||
|
||||
|
||||
/*****************************************************************//**
|
||||
Check if the transaction is read_only */
|
||||
ib_u32_t
|
||||
ib_trx_read_only(
|
||||
/*=============*/
|
||||
ib_trx_t ib_trx); /*!< in: trx handle */
|
||||
|
||||
/*****************************************************************//**
|
||||
Release the resources of the transaction. If the transaction was
|
||||
selected as a victim by InnoDB and rolled back then use this function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue