Drizzled Public API Documentation

fut0fut.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3 Copyright (C) 1995, 2009, Innobase Oy. 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., 51 Franklin
15 St, Fifth Floor, Boston, MA 02110-1301 USA
16 
17 *****************************************************************************/
18 
19 /******************************************************************/
27 #pragma once
28 #ifndef fut0fut_h
29 #define fut0fut_h
30 
31 #include "univ.i"
32 
33 #include "fil0fil.h"
34 #include "mtr0mtr.h"
35 
36 /********************************************************************/
40 UNIV_INLINE
41 byte*
43 /*========*/
44  ulint space,
45  ulint zip_size,
47  fil_addr_t addr,
48  ulint rw_latch,
49  mtr_t* mtr);
51 #ifndef UNIV_NONINL
52 #include "fut0fut.ic"
53 #endif
54 
55 #endif
56 
UNIV_INLINE byte * fut_get_ptr(ulint space, ulint zip_size, fil_addr_t addr, ulint rw_latch, mtr_t *mtr)