summaryrefslogtreecommitdiff
path: root/innobase/include/rem0types.h
blob: 94c394499c5d4a3ee7ab54309f4d16ba05e64eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/************************************************************************
Record manager global types

(c) 1994-1996 Innobase Oy

Created 5/30/1994 Heikki Tuuri
*************************************************************************/

#ifndef rem0types_h
#define rem0types_h

/* We define the physical record simply as an array of bytes */
typedef byte	rec_t;


#endif