buf0types.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. The database buffer pool global types for the directory
  3. (c) 1995 Innobase Oy
  4. Created 11/17/1995 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef buf0types_h
  7. #define buf0types_h
  8. typedef struct buf_block_struct buf_block_t;
  9. typedef struct buf_pool_struct buf_pool_t;
  10. /* The 'type' used of a buffer frame */
  11. typedef byte buf_frame_t;
  12. #endif