mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / innobase / include / buf0types.h
blob44fdfa80e73c8640c020c6c891fc696427c10ae7
1 /******************************************************
2 The database buffer pool global types for the directory
4 (c) 1995 Innobase Oy
6 Created 11/17/1995 Heikki Tuuri
7 *******************************************************/
9 #ifndef buf0types_h
10 #define buf0types_h
12 typedef struct buf_block_struct buf_block_t;
13 typedef struct buf_pool_struct buf_pool_t;
15 /* The 'type' used of a buffer frame */
16 typedef byte buf_frame_t;
19 #endif