mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / innodb_plugin / include / data0types.h
blob245aca599c07dd07cd5578177e7bca3bb1ac5c01
1 /*****************************************************************************
3 Copyright (c) 2000, 2009, Innobase Oy. All Rights Reserved.
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.
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.
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 St, Fifth Floor, Boston, MA 02110-1301 USA
17 *****************************************************************************/
19 /********************************************************************//**
20 @file include/data0types.h
21 Some type definitions
23 Created 9/21/2000 Heikki Tuuri
24 *************************************************************************/
26 #ifndef data0types_h
27 #define data0types_h
29 /* SQL data field struct */
30 typedef struct dfield_struct dfield_t;
32 /* SQL data tuple struct */
33 typedef struct dtuple_struct dtuple_t;
35 #endif