summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mtr0types.h
blob: e3b6ec9a84ff7ad02c4bfa6cb3355886f87958c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/******************************************************
Mini-transaction buffer global types

(c) 1995 Innobase Oy

Created 11/26/1995 Heikki Tuuri
*******************************************************/

#ifndef mtr0types_h
#define mtr0types_h

typedef struct mtr_struct	mtr_t;

#endif