00001 /****************************************************** 00002 The database buffer pool global types for the directory 00003 00004 (c) 1995 Innobase Oy 00005 00006 Created 11/17/1995 Heikki Tuuri 00007 *******************************************************/ 00008 00009 #ifndef buf0types_h 00010 #define buf0types_h 00011 00012 typedef struct buf_block_struct buf_block_t; 00013 typedef struct buf_pool_struct buf_pool_t; 00014 00015 /* The 'type' used of a buffer frame */ 00016 typedef byte buf_frame_t; 00017 00018 00019 #endif 00020
1.4.7

