InnoDB Plugin  1.0
row0quiesce.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3 Copyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved.
4 
5 This program is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free Software
7 Foundation; version 2 of the License.
8 
9 This program is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12 
13 You should have received a copy of the GNU General Public License along with
14 this program; if not, write to the Free Software Foundation, Inc.,
15 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
16 
17 *****************************************************************************/
18 
19 /**************************************************/
27 #ifndef row0quiesce_h
28 #define row0quiesce_h
29 
30 #include "univ.i"
31 #include "dict0types.h"
32 
33 struct trx_t;
34 
36 #define IB_EXPORT_CFG_VERSION_V1 0x1UL
37 
38 /*********************************************************************/
40 UNIV_INTERN
41 void
43 /*====================*/
44  dict_table_t* table,
45  trx_t* trx)
46  __attribute__((nonnull));
47 
48 /*********************************************************************/
51 UNIV_INTERN
52 dberr_t
54 /*==================*/
55  dict_table_t* table,
57  trx_t* trx)
58  __attribute__((nonnull, warn_unused_result));
59 
60 /*********************************************************************/
62 UNIV_INTERN
63 void
65 /*=======================*/
66  dict_table_t* table,
67  trx_t* trx)
68  __attribute__((nonnull));
69 
70 #ifndef UNIV_NONINL
71 #include "row0quiesce.ic"
72 #endif
73 
74 #endif /* row0quiesce_h */