~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to storage/innobase/include/api0api.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 2011, 2013, Oracle and/or its affiliates. All Rights Reserved.
 
3
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
494
494
/*=========*/
495
495
        ib_trx_t        ib_trx);        /*!< in: trx handle */
496
496
 
 
497
 
 
498
/*****************************************************************//**
 
499
Check if the transaction is read_only */
 
500
ib_u32_t
 
501
ib_trx_read_only(
 
502
/*=============*/
 
503
        ib_trx_t        ib_trx);         /*!< in: trx handle */
 
504
 
497
505
/*****************************************************************//**
498
506
Release the resources of the transaction. If the transaction was
499
507
selected as a victim by InnoDB and rolled back then use this function