~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/************************************************************************
Some type definitions

(c) 1994-2000 Innobase Oy

Created 9/21/2000 Heikki Tuuri
*************************************************************************/

#ifndef data0types_h
#define data0types_h

/* SQL data field struct */
typedef struct dfield_struct	dfield_t;

/* SQL data tuple struct */
typedef struct dtuple_struct	dtuple_t;

#endif